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:
Christian Lohmaier 2023-10-23 17:07:23 +02:00
parent 729513c985
commit 22d52cf9f1

View file

@ -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