Thank you for deciding to contribute to our Visual Studio Code Theme! Please read through the page below that will take you through everything you need to know to land your first contribution. See you in the pull requests!
First, create a fork (your own copy) of this repository by clicking on the "Fork" button in the upper right corner of this page.
git clone <YOUR_FORK_URL>
cd vscode-theme
To use this extension locally, it must be copied to the Visual Studio Code Extensions folder on your machine.
Use the following command to do that:
./sync.sh
cd vscode-theme
cp -r . ~/.vscode/extensions/codesandbox-theme
It's always more pleasant to develop when you see your changes take effect in real time. Below you can find the instructions on how to preview your local version of this theme.
- Open the repository in Visual Studio Code.
- Click F5 to switch to the "Debugger" section.
- Click on the "Play" button to run the theme in a separate extension window.
- In the newly opened VS Code window, press CMD + SHIFT + P, then type "Color Theme".
- Choose "CodeSandbox" from the themes list. If you don't see this option in the list, please make sure to have installed the theme locally.
Editing the theme files under ./themes
will update the running extension window automatically.