Fix invalid variable reference in macOS launch configuration
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -26,7 +26,7 @@
|
|||||||
"miDebuggerPath": "gdb.exe",
|
"miDebuggerPath": "gdb.exe",
|
||||||
},
|
},
|
||||||
"osx": {
|
"osx": {
|
||||||
"program": "${workspaceFolder}/bin/Debug/${workspaceFolderBaseName}",
|
"program": "${workspaceFolder}/bin/Debug/${workspaceFolderBasename}",
|
||||||
"MIMode": "lldb"
|
"MIMode": "lldb"
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
|
|||||||
Reference in New Issue
Block a user