summaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-05-22 15:30:14 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-07-10 23:41:15 +0200
commit673300920c0f4182bdf449e789d13aeb525ac3ea (patch)
treec95a5d49c172b72648393b4b82b10d7c8c59be4f /.vscode
parentf98442442edcd2a0a06ed3616e1fdd4399056b31 (diff)
Update README
Change-Id: Iac523214e776b8f3e7bf7479a3774c46c84df398 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 2e7e9f0..85c0a34 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -17,5 +17,12 @@
"influxdb.h": "c"
},
"C_Cpp.intelliSenseEngineFallback": "Disabled",
- "C_Cpp.errorSquiggles": "Disabled"
+ "C_Cpp.errorSquiggles": "Disabled",
+ "cSpell.words": [
+ "CTLP",
+ "DBHOST",
+ "DBPORT",
+ "influxdb",
+ "serie"
+ ]
}