// A launch configuration that compiles the extension and then opens it inside a new window // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 { "configurations": [ { "args": [ "--extensionDevelopmentPath=${workspaceFolder}" ], "name": "Run Extension", "outFiles": [ "${workspaceFolder}/out/**/*.js" ], "preLaunchTask": "npm: compile", "request": "launch", "trace": true, "type": "extensionHost" } ], "version": "0.2.0" }