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

Commit 0455fe8

Browse files
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
1 parent ab0434b commit 0455fe8

File tree

4 files changed

+89
-14870
lines changed

4 files changed

+89
-14870
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ Keyboard Shortcuts:
2020
| ------------------------------- | ------------------------------ | --------------------------- |
2121
| Open file in Sourcegraph | <kbd>Option</kbd>+<kbd>A</kbd> | <kbd>Alt</kbd>+<kbd>A</kbd> |
2222
| Search selection in Sourcegraph | <kbd>Option</kbd>+<kbd>S</kbd> | <kbd>Alt</kbd>+<kbd>S</kbd> |
23+
| Search on Sourcegraph | <kbd>Option</kbd>+<kbd>Q</kbd> | <kbd>Alt</kbd>+<kbd>Q</kbd> |
2324

2425
## Extension Settings
2526

2627
This extension contributes the following settings:
2728

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

0 commit comments

Comments
 (0)