mirror of
https://github.com/slendidev/lunar.git
synced 2026-01-30 16:28:58 +02:00
14
subprojects/tracy/.vscode/launch.json
vendored
Normal file
14
subprojects/tracy/.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Launch",
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"program": "${command:cmake.launchTargetPath}",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}",
|
||||
"terminal": "console"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user