aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json22
1 files changed, 20 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 2777e9f..d41869a 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,4 +1,11 @@
{
+ "files.exclude": {
+ ".vscode": true,
+ "nbproject": true,
+ "build": true,
+ "**/.git": true,
+ "**/node_modules": true
+ },
"[json]": {
"editor.quickSuggestions": {
"strings": true
@@ -42,12 +49,22 @@
"unistd.h": "c",
"supervisor.h": "c",
"sstream": "c",
- "stat.h": "c"
+ "stat.h": "c",
+ "filescan-utils.h": "c",
+ "optional": "cpp",
+ "ostream": "cpp",
+ "system_error": "cpp",
+ "supervisor-api.h": "c",
+ "string_view": "c",
+ "initializer_list": "c",
+ "valarray": "c"
},
// Words to add to dictionary for a workspace.
"cSpell.words": [
"CTLP",
+ "SPVR",
"callbinder",
+ "ctlso",
"gotevent",
"ldpaths",
"lightgreen",
@@ -58,7 +75,8 @@
"replyerr",
"replyok",
"reqid",
- "roothttp"
+ "roothttp",
+ "spath"
],
"C_Cpp.intelliSenseEngineFallback": "Enabled"
}