diff --git a/.gitignore b/.gitignore index 7b42626d66..433b140dac 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,6 @@ node_modules .vscode-test-web extensions/*/meta.json extensions/*/stats.html -extensions/vscode/src/generated-meta.ts packages/*/*.d.ts packages/*/*.js diff --git a/extensions/vscode/README.md b/extensions/vscode/README.md index 0271f714fe..6dbe71267a 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>,