This repository was archived by the owner on Mar 10, 2022. It is now read-only.
Tags: sourcegraph/sourcegraph-vscode-DEPRECATED
Toggle v1.4.0's commit message
feat: add ability to search using a query (#200)
* feat: add ability to search using a query
* Updated Readme with shortcut and on-premise instructions
* chore: fix formatting
Toggle v1.3.0's commit message
feat: Add option to set default branch (#164)
* Add set default branch to Master configuration option
Toggle v1.2.5's commit message
fix: scenario where branchPosition is not in upstream (#162)
Co-authored-by: Alex Schneider <alexanders@twitter.com>
Toggle v1.2.4's commit message
fix(deps): pin dependency @types/mocha to 8.2.0
Toggle v1.2.3's commit message
fix: support valid remote and branch names (#147)
Toggle v1.2.2's commit message
fix: move from yarn to npm (#144)
Toggle v1.2.1's commit message
fix: regenerate lockfile (#143)
Toggle v1.2.0's commit message
ci: migrate to GitHub Actions (#137)
Toggle v1.1.0's commit message
feat: add option to remap URLs before opening (#24)
This adds two options:
sourcegraph.ignoreRemoteHostname: strips the hostname from a git-based
remote. For example, `git@company.com:repo` becomes just `repo` if this
is true
sourcegraph.remoteUrlPrepend: a mapping from string -> string that
allows simple remapping of remote names. If the remote hostname
(user@host) matches the key, the value is prepended to the remote. For
example, if this is `{"git@secondary.company.com": "two/"}, the repo
`git@secondary.company.com:repo` becomes `two/repo`
Fixes #8
Toggle v1.0.14's commit message
fix: handle backslash paths in repoInfo on Windows (#23)