astro/tools/astro-vscode/contributing.md
Drew Powers 3ef1b01e14
[wip] Fix CI (#202)
* Yarn format

* Fix changeset --since

* Fix Windows tests
2021-05-12 12:06:16 -06: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