Skip to content

robertoachar/vscode-extension-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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