Fix html/css launch config

This commit is contained in:
Pine Wu
2018-02-09 10:18:10 -08:00
parent ea3fa2e3db
commit d9428ff856
4 changed files with 9 additions and 9 deletions

View File

@@ -30,7 +30,7 @@
"type": "node",
"request": "attach",
"protocol": "legacy",
"port": 6004,
"port": 6044,
"sourceMaps": true,
"outFiles": ["${workspaceFolder}/server/out/**/*.js"]
}