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
|
*.exe
|
||||||
*.out
|
*.out
|
||||||
*.app
|
*.app
|
||||||
|
|
||||||
|
.vscode/
|
||||||
|
task.json
|
||||||
|
settings.json
|
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@ -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"
|
||||||
|
BIN
utils/Color
BIN
utils/Color
Binary file not shown.
Loading…
Reference in New Issue
Block a user