Fix external CLI launching for vscode
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
@@ -14,7 +14,8 @@
|
||||
"name": "CLI",
|
||||
"request": "launch",
|
||||
"type": "dart",
|
||||
"program": "apps/wolf_3d_cli/bin/main.dart"
|
||||
"program": "apps/wolf_3d_cli/bin/main.dart",
|
||||
"console": "externalTerminal"
|
||||
},
|
||||
{
|
||||
"name": "GUI (profile mode)",
|
||||
|
||||
Reference in New Issue
Block a user