diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-06-14 22:02:35 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-10 23:59:54 +0200 |
commit | 5d0e551a25edeba7df7f64b1370bad7558b9b2f1 (patch) | |
tree | 61b52a784c21cb81836e1475c185f9b0574002f3 /.vscode | |
parent | 75eb2161c641f85dded64a99cb862abfab64eff7 (diff) |
Update trace event name and add grafana config
Change-Id: Id369702240b10c756ffa743309e574b2e0ed28ec
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index a2162c2..18adaff 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -26,9 +26,7 @@ "cwd": "${workspaceRoot}/build/package", "environment": [ ], - "windows": { - "externalConsole": false - }, + "externalConsole": false, "MIMode": "gdb", "setupCommands": [ { |