celina-lopez / vscode-animal-crossing-icon-theme

VSCode Animal Crossing icon theme pack for Ruby on Rails

Home Page:https://marketplace.visualstudio.com/items?itemName=celina-lopez.vscode-animal-crossing-icon-theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSCode Animal Crossing Icon Theme For Ruby on Rails

An Animal Crossing themed product icon pack for Ruby on Rails. Supports files typically found in a generated ruby app.

Screen Shot 2022-05-04 at 1 11 50 AM

Download at https://marketplace.visualstudio.com/items?itemName=celina-lopez.vscode-animal-crossing-icon-theme

Screen Shot 2022-05-04 at 1 26 38 AM

Development

This extension uses image files directly from the icons folder in icons.json.

Open this repo in VSCode and hit F5 to test it out.

You will need to run to develop: yarn install yarn install -g vsce

To publish a new version to the VS Code Extension Marketplace

Update the version number in package.json and run: vsce publish

To package for sharing with others

Run this command to generate a VSIX file: vsce package To load this VSIX extension into your VS Code IDE, replacing the file name with the generated one: code --install-extension vscode-animal-crossing-icon-theme-0.0.9.vsix