Skip to content

Extension for Visual Studio Code which can be used to jump to a source code line in Stash Atlassian

License

Notifications You must be signed in to change notification settings

glebv/vscode-open-in-stash

Repository files navigation

Open in Stash Atlassian

Supports : Stash Atlassian

Extension for Visual Studio Code which can be used to jump to a source code line in Stash Atlassian

Install

Tested with VsCode 1.29.1

Press F1 and narrow down the list commands by typing extension. Pick Extensions: Install Extension.

installation

Simply pick the Open in Stash extension from the list

Install Manual

Mac & Linux

cd $HOME/.vscode/extensions
git clone https://github.com/glebv/vscode-open-in-stash.git
cd vscode-open-in-stash
yarn install

Windows

cd %USERPROFILE%\.vscode\extensions
git clone https://github.com/glebv/vscode-open-in-stash.git
cd vscode-open-in-stash
yarn install

Usage

Command

Press F1 and type Open in Stash.

open

Configure custom github domain

Add following line into workspace settings;

{
  "openInStash.stashDomain": "Configure a custom Stash domain.",
}

Enjoy!

TODO

  • tests

About

Extension for Visual Studio Code which can be used to jump to a source code line in Stash Atlassian

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published