Skip to content

Commit

Permalink
change intellisense C++ standard to C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomSpaceship committed Nov 29, 2024
1 parent 8e73737 commit b1dac2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perseus-v2.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"ranges": "cpp",
"valarray": "cpp"
},
"C_Cpp.default.cppStandard": "c++20",
"nixEnvSelector.nixFile": "${workspaceFolder}/flake.nix",
"editor.defaultFormatter": "ibecker.treefmt-vscode",
"[markdown]": {
Expand Down

0 comments on commit b1dac2c

Please sign in to comment.