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

Commit 683c504

Browse files
committed
fix: remove 'go to file' button from "commands" view
This command doesn't do anything when you have no open repositories.
1 parent ce37139 commit 683c504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"viewsWelcome": [
7272
{
7373
"view": "sourcegraph.commands",
74-
"contents": "[New Search Notebook](command:extension.newNotebook)\n[Go to Repository](command:extension.goToRepository)\n[Go to File](command:extension.goToFile)"
74+
"contents": "[New Search Notebook](command:extension.newNotebook)\n[Go to Repository](command:extension.goToRepository)"
7575
},
7676
{
7777
"view": "sourcegraph.files",

0 commit comments

Comments
 (0)