Browse Source

Fix typo in verbose launch args

pull/292/head
Gabe Kangas 5 years ago
parent
commit
8ed21d303f
  1. 2
      .vscode/launch.json

2
.vscode/launch.json vendored

@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
"request": "launch",
"mode": "debug",
"program": "${workspaceRoot}",
"args": ["--enableDebugFeatures --enableVerboseLogging"]
"args": ["-enableDebugFeatures", "-enableVerboseLogging"]
}
]
}

Loading…
Cancel
Save