{ "version": "0.2.0", // List of configurations. Add new configurations or edit existing ones. "configurations": [ { "type": "extensionHost", "request": "launch", "name": "Launch Client", "runtimeExecutable": "${execPath}", "args": ["--extensionDevelopmentPath=${workspaceRoot}" ], "autoAttachChildProcesses": true, "sourceMaps": true, "outFiles": ["${workspaceRoot}/client/out/**/*.js"], "preLaunchTask": "npm: watch" } ] }