- Fork and clone this repo.
git clone https://github.com/<YOUR-USERNAME>/visual-studio-code
- Create a branch for your changes.
git checkout -b my-new-feature
- Install dependencies.
yarn install
- Hack away.
- Build and attach your changes to VSCode.
yarn run dev
- Eject your changes from VSCode.
yarn run eject
- Commit and push your changes.
- Submit a PR for discussion.