Skip to content

Commit d773928

Browse files
committed
Update vscode
1 parent 2de311b commit d773928

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.vscode/launch.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
2-
// Use IntelliSense to learn about possible attributes.
3-
// Hover to view descriptions of existing attributes.
4-
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
52
"version": "0.2.0",
63
"configurations": [
74
{
5+
/* GDB must in be in the PATH environment */
86
"name": "(Windows) Launch",
97
"type": "cppdbg",
108
"request": "launch",
119
"program": "${command:cmake.launchTargetPath}",
12-
"miDebuggerPath": "c:\\msys64\\mingw64\\bin\\gdb.exe",
1310
"args": [],
1411
"stopAtEntry": false,
1512
"cwd": "${fileDirname}",

0 commit comments

Comments
 (0)