Skip to content

BananiumLabs/VSCode-BananiumPluginPack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSCode-BananiumPluginPack

Our favorite plugins for our favorite editor :D

Created especially for our team, but you're welcome to use it if it fits your use case as well!

How to Install

  1. Go to the Releases
  2. Download the .vsix binary.
  3. Open VSCode and go to the Extensions tab.
  4. Click the menu button (the 3 dots) and select 'Install from VSIX'. Choose the file you just downloaded.
  5. Enjoy!

Committing

If you would like to add a plugin to the pack, commit using the format:

Add <Plugin Name>

and insert a description of the plugin and a link to the marketplace page in the extended description. Don't forget to update the Readme as well!

Building

In order to build a release of the plugin pack, you must install the Yeoman VSCode extension generator: sudo npm install -g yo generator-code vsce

Steps to update:

  1. yo code
  2. Input the information found in package.json into the prompt for creating a new extension pack.
  3. Copy the new content of the generated package.json (only the "extensionPack" area).
  4. Update the README and CHANGELOG with all relevant change information.
  5. Run vsce package to create a .vsix file. Don't commit this file.
  6. Publish a new release!

For more information, click here..

List of Extensions

General

C#

Java

Angular

Web (HTML/CSS/JS/TS)

Node.js and NPM

Python