diff --git a/.vscode/launch.json b/.vscode/launch.json index fab999a673..edcc4eff01 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -2,19 +2,15 @@ "version": "0.1.0", "configurations": [ { - "request": "launch", - "name": "Launch Extension", - "type": "extensionHost", - //"runtimeExecutable": "${execPath}", - "runtimeExecutable": "c:/dev/Monaco/tools/code.bat", - "args": [ - "--extensionDevelopmentPath=${workspaceRoot}", - "c:/Users/daviwil/Documents/DemoFiles" - ], + "name": "Launch Extension", + "type": "extensionHost", + "request": "launch", + "runtimeExecutable": "${execPath}", + "args": [ "--extensionDevelopmentPath=${workspaceRoot}" ], "stopOnEntry": false, "sourceMaps": true, - "outDir": "out", - "preLaunchTask": "npm" + "outDir": "${workspaceRoot}/out", + "preLaunchTask": "compile" }, { "name": "Attach", diff --git a/package.json b/package.json index b04571aa18..7c87558c77 100644 --- a/package.json +++ b/package.json @@ -39,10 +39,10 @@ "vscode.powershell" ], "scripts": { - "postinstall": "node ./node_modules/vscode/bin/install", "vscode:prepublish": "node ./node_modules/vscode/bin/compile", "compile": "node ./node_modules/vscode/bin/compile -p ./", - "compile-watch": "node ./node_modules/vscode/bin/compile -watch -p ./" + "compile-watch": "node ./node_modules/vscode/bin/compile -watch -p ./", + "postinstall": "node ./node_modules/vscode/bin/install" }, "contributes": { "keybindings": [