Add LLVM option to Sciter and then give up
This commit is contained in:
19
packages/sciter/.vscode/launch.json
vendored
Normal file
19
packages/sciter/.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Launch",
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/zig-out/bin/sciter",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}/zig-out/bin",
|
||||
},
|
||||
{
|
||||
"name": "Attach",
|
||||
"type": "lldb",
|
||||
"request": "attach",
|
||||
"program": "${workspaceFolder}/zig-out/bin/sciter",
|
||||
},
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user