Fixed launch.json
This commit is contained in:
parent
92927589fb
commit
eaec35f730
1 changed files with 2 additions and 1 deletions
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
|
@ -16,7 +16,8 @@
|
|||
"cwd": "src\\client",
|
||||
"request": "launch",
|
||||
"type": "dart",
|
||||
"args": ["-d", "chrome", "--dart-define-from-file=.env"],
|
||||
"deviceId": "chrome",
|
||||
"args": ["--dart-define-from-file=.env"],
|
||||
"program": "lib/main.dart",
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue