diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-08 17:45:39 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-08 17:45:39 +0100 |
commit | 1f754944c23df02b64aeb591d502b36ad314c5eb (patch) | |
tree | c6d624474a6bce0a63e1460d2acb83978caf715e /.vscode | |
parent | b6049d0b616812bc72d0549d88cc59f21d517b7c (diff) |
Log projects events.
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 6978301..d85db0e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -62,7 +62,7 @@ "XDS_LOGLEVEL": "debug" }, "args": ["exec", - "-id", "IW7B4EE-DBY4Z74_Agent-TCF", + "-id", "3baf", "-rpath", "build", "pwd && ls .." ], |