first
This commit is contained in:
13
.vscode/launch.json
vendored
Normal file
13
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Launch",
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/bin/test",
|
||||
"args": ["-re", "hello, world"],
|
||||
"cwd": "${workspaceFolder}",
|
||||
"stopOnEntry": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user