Skip to content

Commit

Permalink
Update VS Code settings to the latest C++ standard
Browse files Browse the repository at this point in the history
  • Loading branch information
blu3mania committed Jul 2, 2023
1 parent 4b7d20a commit ee1c3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@
},
"editor.tabSize": 2,
"editor.detectIndentation": false,
"C_Cpp.default.cppStandard": "c++20"
"C_Cpp.default.cppStandard": "c++23"
}

0 comments on commit ee1c3e7

Please sign in to comment.