diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-03-09 17:33:18 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-03-09 17:33:18 +0100 |
commit | 00b5b83dcff4904aeb18760caa193fa3393241e0 (patch) | |
tree | 447d4d5249e659de8c0a062559bb58f739220322 /.vscode/settings.json | |
parent | 04040c928142db92d2ef2d4b43ad4701392e5ceb (diff) |
Fixed terminal output (support escape and control characters)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index fc15f8b..9f7f5b2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -39,6 +39,10 @@ "gerrit", "EVTSDK", "tgts", - "sigs" + "sigs", + "rdfs", + "goselect", + "creack", + "Sillyf" ] } |