This is a Chrome web extension. You can read more about the Chrome extension format and API here.
To install this extension for development,
- Clone this repository to your local machine with
git clone https://github.com/microsoft/vscode-dev-chrome-launcher.git
- In your Chrome browser, navigate to chrome://extensions. In Edge, navigate to edge://extensions.
- Click 'Load unpacked' and select the folder you cloned this repo into to install the extension.
All Chrome extensions are manually published via the Chrome web store developer dashboard. To publish an update to this extension:
- Increment the version number in the manifest.json
- Upload the extension package to the Chrome web store developer dashboard
- Select to publish to test accounts after the update has passed review
- Test the extension e.g. through the standard VS Code endgame testing process
- Select to publish to all users after the extension has passed testing