Skip to content

Commit

Permalink
Include a marketplace link in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-m committed Feb 24, 2024
1 parent 4512c1f commit 6ce4606
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
@@ -1,11 +1,9 @@
# open-in-browser

Open the current file the source control platform's web UI. This is useful for sharing perma-links with collaborators.
Open the current file the source control platform's web UI. This is useful for sharing perma-links with collaborators. Install via the [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=open-in-browser.git-open-in-browser) or see [Installation Instructions](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#packaging-extensions).

![example](https://raw.githubusercontent.com/andrei-m/vscode-open-in-browser/main/docs/example.gif)

See [Installation Instructions](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#packaging-extensions).

## Features

This extension adds 'Open in Browser' to the Command Palette. Running this command opens the default web browser to the currently edited file's URL in the web platform related to the Git origin (e.g. Github). The URL represents the current position of the cursor or the current multi-line selection.
Expand Down

0 comments on commit 6ce4606

Please sign in to comment.