Skip to content

Commit 465ea87

Browse files
docs(readme): add reference to the chrome extension (#13)
1 parent dc93c22 commit 465ea87

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ The extension offers a couple of settings:
8989

9090
## GitHub support
9191

92-
If you want to add links to [Visual Studio Code](https://code.visualstudio.com) in GitHub you can use our [user script](resources/userScripts/detailPage.js) or our [unpublished Chrome extension](chrome_extension).
92+
If you want to add links to [Visual Studio Code](https://code.visualstudio.com) in GitHub you can use our [Chrome extension](https://chrome.google.com/webstore/detail/open-in-vscode/fkjhdnadpbngmnkkbhecoblhmelbcnjp).
9393

9494
You'll get these links:
9595

9696
![github links](https://raw.githubusercontent.com/robertohuertasm/vscode-open/master/resources/github_links.png)
9797

98-
Just download the [user script](resources/userScripts/detailPage.js) and use the [TamperMonkey](https://www.tampermonkey.net/) browser extension.
98+
If you don't want to install the extension or you don't use a Chrome based browser you can also download this [user script](resources/userScripts/detailPage.js) and use the [TamperMonkey](https://www.tampermonkey.net/) browser extension.
9999

100100
## Logo
101101

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "open-vscode",
33
"displayName": "vscode-open",
44
"description": "Open Visual Studio Code with a URL",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"publisher": "robertohuertasm",
77
"license": "MIT",
88
"author": {

0 commit comments

Comments
 (0)