Commit 623e0770 authored by 刘睿博's avatar 刘睿博 🎯

init

parent 0db19a25
......@@ -8,8 +8,10 @@
"type": "lldb",
"request": "launch",
"name": "Debug",
"program": "${workspaceFolder}/<executable file>",
"args": [],
"program": "${workspaceFolder}/<executable file>", //TODO: Add executable file here
"args": [
"<arguments>" // TODO: Add arguments here
],
"cwd": "${workspaceFolder}"
}
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment