Commit 185b171e authored by YJP's avatar YJP
Browse files

[Update] - 2023/05/17 日常更新

No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
......@@ -5,7 +5,7 @@
"includePath": ["${workspaceFolder}/**"],
"defines": ["_DEBUG", "UNICODE", "_UNICODE"],
"windowsSdkVersion": "10.0.17763.0",
"compilerPath": "F:\\Software Src 1\\VScode\\mingw64\bin\\g++.exe",
"compilerPath": "F:/Software Src 1\\VScode\\MINGW\\mingw64\\bin\\g++.exe",
/*修改成自己bin目录下的g++.exe,这里的路径和电脑里复制的文件目录有一点不一样,这里是两个反斜杠\\*/
"cStandard": "c11",
"cppStandard": "c++17",
......
......@@ -15,7 +15,7 @@
"environment": [],
"externalConsole": true,
"MIMode": "gdb",
"miDebuggerPath": "F:\\Software Src 1\\VScode\\mingw64\\bin\\gdb.exe",
"miDebuggerPath": "F:/Software Src 1\\VScode\\MINGW\\mingw64\\bin\\gdb.exe",
/*修改成自己bin目录下的gdb.exe,这里的路径和电脑里复制的文件目录有一点不一样,这里是两个反斜杠\\*/
"setupCommands": [
{
......
......@@ -6,7 +6,7 @@
{
"type": "shell",
"label": "task g++",
"command": "F:\\Software Src 1\\VScode\\mingw64\\bin\\g++.exe",
"command": "F:/Software Src 1\\VScode\\MINGW\\mingw64\\bin\\g++.exe",
/*修改成自己bin目录下的g++.exe,这里的路径和电脑里复制的文件目录有一点不一样,这里是两个反斜杠\\*/
"args": [
"-g",
......@@ -19,7 +19,7 @@
"-std=c++17"
],
"options": {
"cwd": "F:\\Software Src 1\\VScode\\mingw64\\bin"
"cwd": "F:/Software Src 1\\VScode\\MINGW\\mingw64\\bin"
/*修改成自己bin目录,这里的路径和电脑里复制的文件目录有一点不一样,这里是两个反斜杠\\*/
},
"problemMatcher":[
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment