robertoachar / vscode-extension-pack

An opinionated extension pack for VS Code.

Home Page:https://marketplace.visualstudio.com/items?itemName=robertoachar.vscode-extension-pack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oficina Extension Pack

Visual Studio Marketplace License

An opinionated extension pack for VS Code.

This extension pack provides the following extensions:

Development

  • Clone the repo
$ git clone https://github.com/robertoachar/vscode-extension-pack.git
  • Install vsce
$ npm install -g vsce
  • Build the extension file
$ vsce package
  • Install the extension from a package file (.vsix)
  1. Launch Visual Studio Code
  2. Choose Extensions from menu
  3. Click More > Install from VSIX...
  4. Select the file vscode-extension-pack-x.x.x.vsix
  5. Click Reload Now to reload the Code

Publishing

  • Create a publisher
$ vsce create-publisher <publisher-name>
  • Login
$ vsce login <publisher-name>
  • Publish
$ vsce publish

Author

Roberto Achar

License

MIT