Supports : Stash Atlassian
Extension for Visual Studio Code which can be used to jump to a source code line in Stash Atlassian
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
cd $HOME/.vscode/extensions
git clone https://github.com/glebv/vscode-open-in-stash.git
cd vscode-open-in-stash
yarn install
cd %USERPROFILE%\.vscode\extensions
git clone https://github.com/glebv/vscode-open-in-stash.git
cd vscode-open-in-stash
yarn install
Press F1 and type Open in Stash
.
Add following line into workspace settings;
{
"openInStash.stashDomain": "Configure a custom Stash domain.",
}
Enjoy!
- tests