Contributing
October 14, 2024 ยท View on GitHub
This page lists the steps needed to set up a development environment and contribute to the project.
Via dev container (recommended)
-
Fork and clone this repo.
-
Install the recommended VSCode extensions.
-
Install Docker.
-
From the command pallet, run
Reopen in Container. -
Launch the extension in test mode via VSCode debug launch profile.
Locally
-
Fork and clone this repo.
-
Setup
nodejsversion22. We recommend using asdf. -
Install
yarn, ex. viabrew install yarn. -
Install dependencies.
yarn install -
Install the recommended VSCode extensions.
-
Launch the extension in test mode via VSCode debug launch profile.