summaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-05-24 15:48:18 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-07-10 23:59:54 +0200
commit197d9acab4fb5097d3dce56227c2096abdc075bd (patch)
tree6da888c3fa96ccd070939958a4297f140e75b660 /.vscode/settings.json
parent1ed3d346f61d9115fccb33d3047be783a7dd7f7a (diff)
Convert binding to use the controller
Change-Id: Iae15b07ee768584d7a1a958fb7e119bca65c29e4 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json21
1 files changed, 18 insertions, 3 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index d2877c4..2777e9f 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,9 +1,17 @@
{
+ "[json]": {
+ "editor.quickSuggestions": {
+ "strings": true
+ },
+ "editor.tabSize": 2,
+ "editor.insertSpaces": true,
+ },
"files.associations": {
"*.bb": "bat",
"*.inc": "bat",
"*.bbclass": "bat",
"*.rules": "shellscript",
+ "Jenkinsfile": "declarative",
"json.h": "c",
"afb-binding.h": "c",
"string.h": "c",
@@ -28,11 +36,17 @@
"utility": "c",
"supervisor-service.h": "c",
"typeinfo": "c",
- "istream": "c"
+ "istream": "c",
+ "xds-binding.h": "c",
+ "ctl-plugin.h": "c",
+ "unistd.h": "c",
+ "supervisor.h": "c",
+ "sstream": "c",
+ "stat.h": "c"
},
-
// Words to add to dictionary for a workspace.
"cSpell.words": [
+ "CTLP",
"callbinder",
"gotevent",
"ldpaths",
@@ -45,5 +59,6 @@
"replyok",
"reqid",
"roothttp"
- ]
+ ],
+ "C_Cpp.intelliSenseEngineFallback": "Enabled"
}