Skip to content

Commit

Permalink
update .vscode cpp standard
Browse files Browse the repository at this point in the history
  • Loading branch information
AppOfficer committed Nov 30, 2024
1 parent 69cf8c3 commit 77b5ca5
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 @@ -5,6 +5,6 @@
},
"cmake.generator": "MinGW Makefiles",
"C_Cpp.clang_format_style": "file",
"C_Cpp.default.cppStandard": "gnu++14",
"C_Cpp.default.cppStandard": "c++17",
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
}

0 comments on commit 77b5ca5

Please sign in to comment.