aboutsummaryrefslogtreecommitdiff
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index 9c1a147..e294ff4 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -57,7 +57,9 @@
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
- }
+ },
+ "cStandard": "c11",
+ "cppStandard": "c++17"
},
{
"name": "Win32",