mirror of
https://github.com/fanlumaster/googlepinyinime-rev.git
synced 2025-07-18 08:57:54 +08:00
add all necessary configs
This commit is contained in:
2
.vscode/c_cpp_propertities.json
vendored
2
.vscode/c_cpp_propertities.json
vendored
@ -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
2
.vscode/launch.json
vendored
@ -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}",
|
||||
|
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user