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 .

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 .

Configure custom github domain
Add following line into workspace settings;
{
"openInStash.stashDomain": "Configure a custom Stash domain.",
}
Enjoy!
TODO
| |