Link utilities for Visual Studio Code
Open a link directly in vscode
openLink
Open link in editor (read-only)openPath
Open path in editorpreviewLink
Preview link in editordownloadLink
Download link in the workspace folder
- Install Visual Studio Code (1.28.0 or higher)
- Launch Code
- From the command palette
Ctrl-Shift-P
(Windows, Linux) orCmd-Shift-P
(OSX) - Select
Install Extensions
- Choose the extension
Link for VSCode
- Reload Visual Studio Code
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Visual Studio Code v1.28
- previewLink & downloadLink
0.0.1 2016-06-01
- Open a link from VSCode