From 81c7dd2c3248f0df563c21b444441ef92067167f Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Mon, 18 Jun 2018 00:36:06 +0200 Subject: Improved trace verb to support list of pids Change-Id: Ia6e650f2a7edf29d1f135fb47e5a513bcd83b3c8 Signed-off-by: Sebastien Douheret --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.vscode') 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": [ -- cgit 1.2.3-korg