Skip to content
Snippets Groups Projects
Commit c88f1614 authored by SeeBasTStick's avatar SeeBasTStick
Browse files

adapted version 1.47

parent 6bc2407f
No related merge requests found
......@@ -15,12 +15,16 @@
}
},
{
"type": "node",
"type": "pwa-node",
"request": "attach",
"name": "Attach to Server",
"port": 6009,
"restart": true,
"outFiles": ["${workspaceRoot}/server/out/**/*.js"]
"outFiles": ["${workspaceRoot}/server/out/**/*.js"],
"resolveSourceMapLocations": [
"${workspaceFolder}/",
"!/node_modules/**"
],
},
{
"name": "Language Server E2E Test",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment