sync to pad

This commit is contained in:
梦凌汐 2024-12-06 03:24:09 +08:00
parent 6ba9a3e1eb
commit 0d3a8ddf74
3 changed files with 6 additions and 2 deletions

4
.gitignore vendored
View File

@ -30,3 +30,7 @@
*.exe *.exe
*.out *.out
*.app *.app
.vscode/
task.json
settings.json

4
.vscode/tasks.json vendored
View File

@ -3,7 +3,7 @@
{ {
"type": "cppbuild", "type": "cppbuild",
"label": "C/C++: g++.exe 生成活动文件", "label": "C/C++: g++.exe 生成活动文件",
"command": "e:\\mingw64\\bin\\g++.exe", "command": "c:\\mingw64\\bin\\g++.exe",
"args": [ "args": [
"-fdiagnostics-color=always", "-fdiagnostics-color=always",
"-g", "-g",
@ -12,7 +12,7 @@
"${fileDirname}\\${fileBasenameNoExtension}.exe" "${fileDirname}\\${fileBasenameNoExtension}.exe"
], ],
"options": { "options": {
"cwd": "e:\\mingw64\\bin" "cwd": "c:\\mingw64\\bin"
}, },
"problemMatcher": [ "problemMatcher": [
"$gcc" "$gcc"

Binary file not shown.