Update dependencies & launch config (#933)

This commit is contained in:
Dirk Bäumer
2023-12-18 15:03:26 +01:00
committed by GitHub
parent ac5f1bc757
commit bf8d965b2e
3 changed files with 72 additions and 69 deletions

View File

@ -10,7 +10,10 @@
"args": ["--extensionDevelopmentPath=${workspaceFolder}" ],
"autoAttachChildProcesses": true,
"sourceMaps": true,
"outFiles": ["${workspaceFolder}/client/out/**/*.js"],
"outFiles": [
"${workspaceRoot}/client/out/**/*.js",
"${workspaceRoot}/server/out/**/*.js"
],
"preLaunchTask": "npm: watch"
}
]