aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/c_cpp_properties.json2
-rw-r--r--.vscode/settings.json15
2 files changed, 15 insertions, 2 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index 180ed08..f4b0568 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -3,7 +3,7 @@
{
"name": "Win32",
"includePath": [
- "${workspaceFolder}/**"
+ "${workspaceFolder}"
],
"defines": [
"_DEBUG",
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 19c4f2d..011e49c 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -38,7 +38,20 @@
"xstddef": "cpp",
"xstring": "cpp",
"xtr1common": "cpp",
- "xutility": "cpp"
+ "xutility": "cpp",
+ "algorithm": "cpp",
+ "array": "cpp",
+ "clocale": "cpp",
+ "forward_list": "cpp",
+ "functional": "cpp",
+ "iterator": "cpp",
+ "list": "cpp",
+ "map": "cpp",
+ "numeric": "cpp",
+ "unordered_map": "cpp",
+ "valarray": "cpp",
+ "xhash": "cpp",
+ "xtree": "cpp"
},
"C_Cpp.errorSquiggles": "Enabled"
} \ No newline at end of file