Open for contributions. Learn more about creating extensions.
-
Fork & Clone the repo
git clone git@github.com:{YOUR_GITHUB_USERNAME}/minimal-kiwi.git
-
Move to the
minimal-kiwi
directorycd minimal-kiwi
-
Make the required changes in color-schema & other properties in:
./themes/Minimal Kiwi-color-theme.json
. Also update the version in./package.json
. -
For packaging we're using
vsce
package andYeoman
&generator-code
for management. So install the required dependencies.npm install -g vsce yo generator-code
-
Then package the changes, to be pushed into Marketplace
vsce package
This should generate a
minimal-kiwi-{VERSION}.vslx
file. If not then resolve the errors being caused. -
Commit & push the updated changes. Then make a PR to this repo.