diff --git a/.vscode/launch.json b/.vscode/launch.json index 1631ace705..023e3cf016 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -15,10 +15,6 @@ "outFiles": [ "${workspaceRoot}/**/*.js" ], - "preLaunchTask": { - "type": "npm", - "script": "watch" - } }, { "name": "Launch Web Client", @@ -33,10 +29,6 @@ "outFiles": [ "${workspaceRoot}/**/*.js" ], - "preLaunchTask": { - "type": "npm", - "script": "watch" - } }, { "name": "Attach to Language Server", diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 070d88eb16..a81fe8cbc5 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -12,22 +12,6 @@ "problemMatcher": [ "$tsc" ] - }, - { - "type": "npm", - "script": "watch", - "isBackground": true, - "group": { - "kind": "build", - "isDefault": true - }, - "presentation": { - "panel": "dedicated", - "reveal": "never" - }, - "problemMatcher": [ - "$tsc-watch" - ] } ] } \ No newline at end of file diff --git a/extensions/vscode/.vscodeignore b/extensions/vscode/.vscodeignore index df03891801..6fee820c52 100644 --- a/extensions/vscode/.vscodeignore +++ b/extensions/vscode/.vscodeignore @@ -1,7 +1,11 @@ out -scripts src tests tsconfig.* +build.config.ts +vscode-dev-shim.js meta.json stats.html +dist/**/*.mjs +dist/**/*.d.ts +dist/**/*.map diff --git a/extensions/vscode/README.md b/extensions/vscode/README.md index 0271f714fe..7f40f9765f 100644 --- a/extensions/vscode/README.md +++ b/extensions/vscode/README.md @@ -259,13 +259,13 @@ Finally you need to make VS Code recognize your new extension and automatically -| Command | Title | -| ------------------------------ | ------------------------------------------------------ | -| `vue.action.restartServer` | Vue: Restart Vue and TS servers | -| `vue.action.doctor` | Vue: Doctor | -| `vue.action.writeVirtualFiles` | Vue (Debug): Write Virtual Files | -| `vue.action.splitEditors` | Vue: Split <script>,