include vscode launcher

master
lza_menace 1 year ago
parent 937240a52f
commit 8ef9369d1d

2
.gitignore vendored

@ -1,5 +1,5 @@
/target
/vendor
*.json
/*.json
*.log
*.ogg

@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Debug",
"program": "${workspaceFolder}/<executable file>",
"args": [],
"cwd": "${workspaceFolder}"
}
]
}