add all necessary configs

This commit is contained in:
fanlumaster
2025-01-02 00:40:08 +08:00
parent e865631fe9
commit b91a04e579
66 changed files with 10588 additions and 11909 deletions

View File

@ -8,7 +8,7 @@
],
"intelliSenseMode": "linux-gcc-x64",
"compilerPath": "/usr/bin/g++",
"cppStandard": "c++17"
"cppStandard": "c++11"
}
],
"version": 4

2
.vscode/launch.json vendored
View File

@ -8,7 +8,7 @@
"name": "(gdb) Launch",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/bin/linuxcppdemo",
"program": "${workspaceFolder}/build/bin/pinyinime",
"args": [],
"stopAtEntry": false,
"cwd": "${fileDirname}",

View File

@ -1,10 +1,8 @@
{
"C_Cpp.default.cppStandard": "c++17",
"editor.tabSize": 2,
"editor.tabSize": 4,
"editor.indentSize": "tabSize",
"[cpp]": {
"editor.tabSize": 2
"editor.tabSize": 4
},
"C_Cpp.formatting": "clangFormat",
"cmake.generator": "Unix Makefiles"
}