diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-05-22 15:30:14 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-10 23:41:15 +0200 |
commit | 673300920c0f4182bdf449e789d13aeb525ac3ea (patch) | |
tree | c95a5d49c172b72648393b4b82b10d7c8c59be4f /.vscode/settings.json | |
parent | f98442442edcd2a0a06ed3616e1fdd4399056b31 (diff) |
Update README
Change-Id: Iac523214e776b8f3e7bf7479a3774c46c84df398
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 9 |
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" + ] } |