mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-29 21:00:34 +08:00
vscode: update settings
* use build/compile_commands.json * use formatter from ms-vscode.cpptools * disable configure on open to avoid vscode overriding CMake configuration Change-Id: Ib890317c8c5be94fadff4f24032f967c089d7acf
This commit is contained in:
15
.vscode/settings.json
vendored
15
.vscode/settings.json
vendored
@@ -1,15 +1,10 @@
|
|||||||
{
|
{
|
||||||
"C_Cpp.default.includePath": [
|
"C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json",
|
||||||
"${default}",
|
|
||||||
"${workspaceFolder}/**",
|
|
||||||
"/usr/lib/libqt-jami/include/**",
|
|
||||||
"/usr/lib64/qt-jami/include/**",
|
|
||||||
],
|
|
||||||
"C_Cpp.default.cppStandard": "c++17",
|
"C_Cpp.default.cppStandard": "c++17",
|
||||||
"C_Cpp.default.cStandard": "c11",
|
"C_Cpp.default.cStandard": "c11",
|
||||||
"cmake.configureOnOpen": true,
|
"cmake.configureOnOpen": false,
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.defaultFormatter": "xaver.clang-format",
|
"editor.defaultFormatter": "ms-vscode.cpptools",
|
||||||
"files.eol": "\n",
|
"files.eol": "\n",
|
||||||
"cSpell.enabled": false,
|
"cSpell.enabled": false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user