Fix invalid variable reference in macOS launch configuration (#4)

This commit is contained in:
Jeffery Myers
2024-09-18 20:31:18 -07:00
committed by GitHub

2
.vscode/launch.json vendored
View File

@@ -26,7 +26,7 @@
"miDebuggerPath": "gdb.exe",
},
"osx": {
"program": "${workspaceFolder}/bin/Debug/${workspaceFolderBaseName}",
"program": "${workspaceFolder}/bin/Debug/${workspaceFolderBasename}",
"MIMode": "lldb"
},
"linux": {