astro/tools/astro-vscode/contributing.md
Matthew Phillips 60e482aa80
Fix running the extension (#181)
I'm not sure how my setup was different but I was unable to get the extension to run locally without adding a binary. This mirrors what Svelte does so I'm assuming it's the way it's supposed to be loaded.
2021-05-08 11:35:20 -04: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