mirror of
https://github.com/MaJerle/lwshell.git
synced 2025-02-06 13:08:22 +08:00
Update vscode & CMake related points
This commit is contained in:
parent
d9fc05ce1c
commit
0f2a330146
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -8,7 +8,7 @@
|
||||
"name": "(Windows) Launch",
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "${command:cmake.buildDirectory}\\LwLibPROJECT.exe",
|
||||
"program": "${command:cmake.launchTargetPath}",
|
||||
"miDebuggerPath": "c:\\msys64\\mingw64\\bin\\gdb.exe",
|
||||
"args": [],
|
||||
"stopAtEntry": false,
|
||||
|
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -38,7 +38,7 @@
|
||||
{
|
||||
"type": "shell",
|
||||
"label": "Run application",
|
||||
"command": "${command:cmake.buildDirectory}\\LwLibPROJECT.exe",
|
||||
"command": "${command:cmake.launchTargetPath}",
|
||||
"args": [],
|
||||
"problemMatcher": [],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user