aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-06-12 17:52:40 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-07-10 23:59:54 +0200
commit75eb2161c641f85dded64a99cb862abfab64eff7 (patch)
treec2c6c515e45bba9ca1b2e30fe392342cab643ae0 /.vscode/settings.json
parent197d9acab4fb5097d3dce56227c2096abdc075bd (diff)
Improved supervisor requests & events recording
Change-Id: I4eb52820d2bec4ca4f2e3e455db7eb79d1a09d12 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
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"
}