diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 69f87d9e7..057879d71 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -11,10 +11,10 @@ "UNICODE", "_UNICODE" ], - "windowsSdkVersion": "10.0.22000.0", + "windowsSdkVersion": "10.0.28000.0", "compilerPath": "cl.exe", "cStandard": "c17", - "cppStandard": "c++17", + "cppStandard": "c++20", "intelliSenseMode": "windows-msvc-x64", "configurationProvider": "ms-vscode.cmake-tools" }