Remove preLaunchTask

This commit is contained in:
thosakwe 2016-12-21 14:40:05 -05:00
parent 373a3a30c6
commit ba90ddd57b

3
.vscode/launch.json vendored
View file

@ -8,8 +8,7 @@
"cwd": "${workspaceRoot}",
"debugSettings": "${command.debugSettings}",
"program": "${workspaceRoot}/bin/server.dart",
"args": [],
"preLaunchTask": "pub:serve"
"args": []
}
]
}