Added vscodium

This commit is contained in:
Kristofers Solo
2022-04-28 21:17:01 +03:00
parent 837a479d82
commit d7dddc39ef
29139 changed files with 250215 additions and 45125 deletions

View File

@@ -0,0 +1,10 @@
## How to contribute
1. Fork and clone this repo. `git clone https://github.com/<YOUR-USERNAME>/visual-studio-code`
2. Create a branch for your changes. `git checkout -b my-new-feature`
3. Install dependencies. `yarn install`
4. Hack away.
5. Build and attach your changes to VSCode. `yarn run dev`
6. Eject your changes from VSCode. `yarn run eject`
7. Commit and push your changes.
8. Submit a PR for discussion.