Experimental project for running Source Academy within Visual Studio Code.
TODO: Add instructions
- Setup the project
yarn
- Compile
yarn compile
- Run the extension in debug mode by opening the root folder a VSCode window, then "Start Debugging" (or press F5).
For a new release, update the version in package.json
and tag the commit. Push the commit and the tag to the repo,
which will trigger GitHub Actions to build and publish the extension to Releases tab and the Marketplace.
npm version (major|minor|patch)
git push origin main --tags