diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-06-18 00:36:06 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-10 23:59:54 +0200 |
commit | 81c7dd2c3248f0df563c21b444441ef92067167f (patch) | |
tree | 9da6ba813af1945eee7026dbefb68ab5e377226c /.vscode | |
parent | 5d0e551a25edeba7df7f64b1370bad7558b9b2f1 (diff) |
Improved trace verb to support list of pids
Change-Id: Ia6e650f2a7edf29d1f135fb47e5a513bcd83b3c8
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
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": [ |