diff options
| author | bob <bcz@cs.brown.edu> | 2019-07-25 15:00:16 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-07-25 15:00:16 -0400 |
| commit | eceff76609deaa3e7a60c686b62cb4fd15e9699b (patch) | |
| tree | a3dde33bc42c233e4e4d915bbb30969c9c93bd94 /.vscode/launch.json | |
| parent | 216ea7dc77b1ac5529b02204e96f1d2c697afbec (diff) | |
several fixes and added basic fields to treeview display
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index fd67a7647..822a06024 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,10 +7,6 @@ { "type": "chrome", "request": "launch", - "runtimeArgs": [ - "--enable-logging", - "--v=1" - ], "name": "Launch Chrome against localhost", "sourceMaps": true, "breakOnLoad": true, |
