plugin:尝试改为xmake工具。
This commit is contained in:
parent
a006618aeb
commit
16ef463d76
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@ -4,7 +4,8 @@
|
||||
"editor.fontFamily": "'Source Code Pro', 'Courier New', monospace",
|
||||
"terminal.integrated.fontFamily": "Source Code Pro",
|
||||
"editor.fontLigatures": true,
|
||||
"cmake.configureOnOpen": true,
|
||||
"C_Cpp.default.configurationProvider": "tboox.xmake-vscode",
|
||||
"cmake.configureOnOpen": false,
|
||||
"cmake.debugConfig": {
|
||||
"console": "integratedTerminal",
|
||||
"setupCommands": [
|
||||
@ -36,7 +37,6 @@
|
||||
"zh-hant": true,
|
||||
"zh-hans": true
|
||||
},
|
||||
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
|
||||
"files.associations": {
|
||||
"xstring": "cpp",
|
||||
"vector": "cpp",
|
||||
@ -144,5 +144,6 @@
|
||||
"span": "cpp",
|
||||
"text_encoding": "cpp",
|
||||
"*.in": "cpp"
|
||||
}
|
||||
},
|
||||
"makefile.configureOnOpen": false
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user