vscode-ide-integration: bump C_Cpp.default.cppStandard to c++20
Change-Id: I58b1eb86594c03ab7b6d0426b335bb3132effb8d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158360 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
This commit is contained in:
parent
729513c985
commit
22d52cf9f1
1 changed files with 1 additions and 1 deletions
2
.vscode/vs-code-template.code-workspace.in
vendored
2
.vscode/vs-code-template.code-workspace.in
vendored
|
@ -43,7 +43,7 @@
|
|||
"/usr/include/libxml2/"
|
||||
],
|
||||
"C_Cpp.default.browse.limitSymbolsToIncludedHeaders": true,
|
||||
"C_Cpp.default.cppStandard": "c++17",
|
||||
"C_Cpp.default.cppStandard": "c++20",
|
||||
// point this to LibreOffice's version of clang-format 5.0.0,
|
||||
// otherwise clang-format from the plugin is used, and that
|
||||
// gives slightly different results
|
||||
|
|
Loading…
Reference in a new issue