mirror of
https://github.com/MeowLynxSea/ceditor.git
synced 2025-07-09 10:54:37 +00:00
sync to pad
This commit is contained in:
parent
6ba9a3e1eb
commit
0d3a8ddf74
4
.gitignore
vendored
4
.gitignore
vendored
@ -30,3 +30,7 @@
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
|
||||
.vscode/
|
||||
task.json
|
||||
settings.json
|
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@ -3,7 +3,7 @@
|
||||
{
|
||||
"type": "cppbuild",
|
||||
"label": "C/C++: g++.exe 生成活动文件",
|
||||
"command": "e:\\mingw64\\bin\\g++.exe",
|
||||
"command": "c:\\mingw64\\bin\\g++.exe",
|
||||
"args": [
|
||||
"-fdiagnostics-color=always",
|
||||
"-g",
|
||||
@ -12,7 +12,7 @@
|
||||
"${fileDirname}\\${fileBasenameNoExtension}.exe"
|
||||
],
|
||||
"options": {
|
||||
"cwd": "e:\\mingw64\\bin"
|
||||
"cwd": "c:\\mingw64\\bin"
|
||||
},
|
||||
"problemMatcher": [
|
||||
"$gcc"
|
||||
|
BIN
utils/Color
BIN
utils/Color
Binary file not shown.
Loading…
Reference in New Issue
Block a user