plugin:尝试改为xmake工具。

This commit is contained in:
taynpg 2025-01-08 10:59:18 +08:00
parent a006618aeb
commit 16ef463d76

View File

@ -4,7 +4,8 @@
"editor.fontFamily": "'Source Code Pro', 'Courier New', monospace", "editor.fontFamily": "'Source Code Pro', 'Courier New', monospace",
"terminal.integrated.fontFamily": "Source Code Pro", "terminal.integrated.fontFamily": "Source Code Pro",
"editor.fontLigatures": true, "editor.fontLigatures": true,
"cmake.configureOnOpen": true, "C_Cpp.default.configurationProvider": "tboox.xmake-vscode",
"cmake.configureOnOpen": false,
"cmake.debugConfig": { "cmake.debugConfig": {
"console": "integratedTerminal", "console": "integratedTerminal",
"setupCommands": [ "setupCommands": [
@ -36,7 +37,6 @@
"zh-hant": true, "zh-hant": true,
"zh-hans": true "zh-hans": true
}, },
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
"files.associations": { "files.associations": {
"xstring": "cpp", "xstring": "cpp",
"vector": "cpp", "vector": "cpp",
@ -144,5 +144,6 @@
"span": "cpp", "span": "cpp",
"text_encoding": "cpp", "text_encoding": "cpp",
"*.in": "cpp" "*.in": "cpp"
} },
"makefile.configureOnOpen": false
} }