Update launch.json

This commit is contained in:
Donald Pipowitch
2017-09-18 20:50:43 +02:00
committed by GitHub
parent cc17dabbae
commit 79892a6eef

View File

@ -15,7 +15,7 @@
"outFiles": [
"${workspaceRoot}/client/out/**/*.js"
],
"preLaunchTask": "Client Watch"
"preLaunchTask": "watch:client"
},
{
"name": "Attach to Server",
@ -27,7 +27,7 @@
"${workspaceRoot}/client/server/**/*.js"
],
"protocol": "legacy",
"preLaunchTask": "Server Watch"
"preLaunchTask": "watch:server"
}
]
}
}