Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.35 KB

CONTRIBUTING.md

File metadata and controls

24 lines (18 loc) · 1.35 KB

Contributing to this extension

Development

This is a Chrome web extension. You can read more about the Chrome extension format and API here.

To install this extension for development,

  1. Clone this repository to your local machine with
git clone https://github.com/microsoft/vscode-dev-chrome-launcher.git
  1. In your Chrome browser, navigate to chrome://extensions. In Edge, navigate to edge://extensions.
  2. Click 'Load unpacked' and select the folder you cloned this repo into to install the extension.

Release process

All Chrome extensions are manually published via the Chrome web store developer dashboard. To publish an update to this extension:

  1. Increment the version number in the manifest.json
  2. Upload the extension package to the Chrome web store developer dashboard
  3. Select to publish to test accounts after the update has passed review
  4. Test the extension e.g. through the standard VS Code endgame testing process
  5. Select to publish to all users after the extension has passed testing

⚠️ Note that the Chrome web store may take up to three weeks to review each update before publishing.