diff options
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index d41869a..83f14b0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -57,7 +57,8 @@ "supervisor-api.h": "c", "string_view": "c", "initializer_list": "c", - "valarray": "c" + "valarray": "c", + "collectd.h": "c" }, // Words to add to dictionary for a workspace. "cSpell.words": [ |