This project uses pnpm, if you don't have pnpm
run npm install --global pnpm
.
- Install dependencies —
pnpm install
- Run development watching build -
pnpm run watch
- Run
Extension: VS Code
launch task from VS Code debug panel
Start in typescript-plugin-vue, then follow imports and ask questions.
- Make sure extension versions are updated in packages/typescript-plugin-vue/package.json and packages/vscode-vue-languageservice/package.json.
- Create a git tag with the version number.
- Push the tag to GitHub.