Jobber Dev Essentials for Visual Studio Code
An extension pack for Jobber's recommended extensions + settings
Features
- Extension pack includes all VS Code extensions necessary to work on Jobber repos via VS Code
- A command that applies Jobber's Recommended Settings for whitespace, linting, etc
How to Use
- Install the extension to install all the extensions in the Extension Pack
- Open the Command Palette (
Ctrl+Shift+P or Cmd+Shift+P on Mac).
- Run "Apply Jobber's Workplace Settings" to enable whitespace and linting standards
Contrbuting
- Create a new branch and make your changes
- Update the version in the package.json
- Make sure you have
vsce installed (https://code.visualstudio.com/api/working-with-extensions/publishing-extension#installation )
- Run
vsce package to create the .vsix file.
- Commit your changes to your branch, including the
.vsix file, and create a PR for master
Adding or removing an extensions
- Open
package.json and find the extensionPack key
- If adding, find the identifier of the VSCode extension and add it to the array
- If removing, simply remove the line of the extension to wish to remove
Releasing
- Create a new release in Github
- Create a new tag, increasing the version number to match the one in the
package.json
- Add release notes
- Attach the
.vsix you generated to the release
Publishing in VS Code Marketplace
- Talk to Dev Accel for further details!
| |