astro/tools/vscode/contributing.md
Nate Moore 0dd278810e
Fix VS Code extension (#467)
* chore: astro-languageserver => @astrojs/language-server

* chore: astro-vscode => vscode

* chore: move devDeps to deps

* chore: bump language-server to 0.5.0-next.0

* chore: remove astro-docs

* chore: update changelog

* fix: expose `astro-ls` bin

* fix: vscode extension

* chore: update changelog
2021-06-16 13:20:29 -05:00

463 B

Contributing

Development workflow

In the monorepo first install and build Astro:

yarn install
yarn build

To start the development server run:

yarn dev:vscode

Then in the Debug panel select Launch Extension from the dropdown and click the run button.

Screen Shot 2021-05-07 at 8 51 37 AM