Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Tags: sourcegraph/sourcegraph-vscode-DEPRECATED

Tags

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add option to set default branch (#164) * Add set default branch to Master configuration option

v1.2.5

Toggle v1.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: scenario where branchPosition is not in upstream (#162) Co-authored-by: Alex Schneider <alexanders@twitter.com>

v1.2.4

Toggle v1.2.4's commit message
fix(deps): pin dependency @types/mocha to 8.2.0 

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: support valid remote and branch names (#147) 

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: move from yarn to npm (#144) 

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: regenerate lockfile (#143) 

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: migrate to GitHub Actions (#137) 

v1.1.0

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

v1.0.14

Toggle v1.0.14's commit message
fix: handle backslash paths in repoInfo on Windows (#23)