杨腾泽
yangtengze 1 year ago
parent 9702138b65
commit 4c78e0926a

@ -2,5 +2,9 @@
"files.associations": {
"stdlib.h": "c",
"string.h": "c"
},
"code-runner.executorMap": {
"c": "cd $dir && gcc -fexec-charset=GBK $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"cpp": "cd $dir && g++ -fexec-charset=GBK $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
}
}
Loading…
Cancel
Save