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

Commit

Permalink
feat: add ability to search using a query (#200)
Browse files Browse the repository at this point in the history
* feat: add ability to search using a query

* Updated Readme with shortcut and on-premise instructions

* chore: fix formatting
  • Loading branch information
kevin-quigley authored Sep 15, 2021
1 parent ab0434b commit 0455fe8
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 14,870 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ Keyboard Shortcuts:
| ------------------------------- | ------------------------------ | --------------------------- |
| Open file in Sourcegraph | <kbd>Option</kbd>+<kbd>A</kbd> | <kbd>Alt</kbd>+<kbd>A</kbd> |
| Search selection in Sourcegraph | <kbd>Option</kbd>+<kbd>S</kbd> | <kbd>Alt</kbd>+<kbd>S</kbd> |
| Search on Sourcegraph | <kbd>Option</kbd>+<kbd>Q</kbd> | <kbd>Alt</kbd>+<kbd>Q</kbd> |

## Extension Settings

This extension contributes the following settings:

- `sourcegraph.url`: The Sourcegraph instance to use. Specify your on-premises Sourcegraph instance here, if applicable.
- `sourcegraph.url`: Specify your on-premises Sourcegraph instance here, if applicable. For example: `"sourcegraph.url": "https://sourcegraph.com"`
- `sourcegraph.remoteUrlReplacements`: Object, where each `key` is replaced by `value` in the remote url.
- `sourcegraph.defaultBranch`: String to set the name of the default branch. Always open files in the default branch.

Expand Down
Loading

0 comments on commit 0455fe8

Please sign in to comment.