Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 851 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (18 loc) · 851 Bytes

Contributing

This page lists the steps needed to set up a development environment and contribute to the project.

Via dev container (recommended)

  1. Fork and clone this repo.

  2. Install the recommended VSCode extensions.

  3. Install Docker.

  4. From the command pallet, run Reopen in Container.

  5. Launch the extension in test mode via VSCode debug launch profile.

Locally

  1. Fork and clone this repo.

  2. Setup nodejs version 22. We recommend using asdf.

  3. Install yarn, ex. via brew install yarn.

  4. Install dependencies.

    yarn install
  5. Install the recommended VSCode extensions.

  6. Launch the extension in test mode via VSCode debug launch profile.