Nimble Extension Pack
Visual Studio Code extensions used at Nimble
Usage
Clone the repository
git clone git@github.com:nimblehq/vscode-extension-pack.git
What's in the folder
- This folder contains all of the files necessary for your extension pack.
package.json - this is the manifest file that defines the list of extensions of the extension pack.
Get up and running straight away
- Press
F5 to open a new window with your extension loaded.
- Open
Extensions Viewlet and check your extensions are installed.
Make changes
- You can relaunch the extension from the debug toolbar after making changes to the files listed above.
- You can also reload (
Ctrl+R or Cmd+R on Mac) the VS Code window with your extension to load your changes.
Publishing a New Version
- Install vsce:
npm install -g vsce .
- Authenticate vsce:
vsce login nimble . Use the token from 1Password.
- Publish the extension pack:
vsce publish .
License
This project is Copyright (c) 2014 and onwards Nimble. It is free software and may be redistributed under the terms specified in the LICENSE file.
About
This project is maintained and funded by Nimble.
We ❤️ open source and do our part in sharing our work with the community!
See our other projects or hire our team to help build your product.
Want to join? Check out our Jobs!
| |