some update.
This commit is contained in:
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
@@ -6,10 +6,9 @@
|
||||
"configurations": [
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "ASTVisitor",
|
||||
"program": "${workspaceFolder}/build/bin/clice",
|
||||
"cwd": "${workspaceFolder}"
|
||||
"request": "attach",
|
||||
"name": "clice",
|
||||
"program": "clice"
|
||||
},
|
||||
{
|
||||
"type": "lldb",
|
||||
|
||||
Reference in New Issue
Block a user