remove unneccessary folders
This commit is contained in:
Binary file not shown.
13
.vscode/launch.json
vendored
13
.vscode/launch.json
vendored
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"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