Remove preLaunchTask
This commit is contained in:
parent
373a3a30c6
commit
ba90ddd57b
1 changed files with 1 additions and 2 deletions
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
|
@ -8,8 +8,7 @@
|
|||
"cwd": "${workspaceRoot}",
|
||||
"debugSettings": "${command.debugSettings}",
|
||||
"program": "${workspaceRoot}/bin/server.dart",
|
||||
"args": [],
|
||||
"preLaunchTask": "pub:serve"
|
||||
"args": []
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue