summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-10-23 17:07:23 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-10-24 11:46:35 +0200
commit22d52cf9f14d9e40bfef06ad73c1b01299275c9d (patch)
tree235baee4f9655a64ed04cade9d3aa1e55f18a613 /.vscode
parent729513c985bea9da3616d583d3eb25fe04ce16aa (diff)
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>
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/vs-code-template.code-workspace.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/vs-code-template.code-workspace.in b/.vscode/vs-code-template.code-workspace.in
index 28198ba70104..067f46faa9e2 100644
--- a/.vscode/vs-code-template.code-workspace.in
+++ b/.vscode/vs-code-template.code-workspace.in
@@ -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