diff --git a/configuration/.vscode/c_cpp_properties.json b/configuration/.vscode/c_cpp_properties.json index c7ab5a7d6cd093734948a446ccbc6d86bcaf7b88..94fda69aaed4e86b1c0c2f67890a4ff253ec2d6c 100644 --- a/configuration/.vscode/c_cpp_properties.json +++ b/configuration/.vscode/c_cpp_properties.json @@ -13,7 +13,7 @@ "UNICODE", "_UNICODE" ], - "cStandard": "c20", + "cStandard": "c17", "cppStandard": "c++20", "compilerPath": "C:\\TDT4102-mingw64\\bin\\clang", "compileCommands": "${workspaceFolder}/builddir/compile_commands.json", @@ -30,7 +30,7 @@ "UNICODE", "_UNICODE" ], - "cStandard": "c20", + "cStandard": "c17", "cppStandard": "c++20", "compileCommands": "builddir/compile_commands.json", "intelliSenseMode": "macos-clang-x64" @@ -45,11 +45,10 @@ "UNICODE", "_UNICODE" ], - "cStandard": "c20", + "cStandard": "c17", "cppStandard": "c++20", "compileCommands": "builddir/compile_commands.json", - "intelliSenseMode": "linux-clang-x64", - "compilerPath": "/usr/bin/g++" + "intelliSenseMode": "linux-clang-x64" } ], "version": 4