diff --git a/.vscode/settings.json b/.vscode/settings.json index 915ec86..47500b2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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 } \ No newline at end of file