Skip to content

Commit 4c7f462

Browse files
committed
fix schema uri
1 parent 6a67ce5 commit 4c7f462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/sourcegraph/sourcegraph/master/shared/src/schema/extension.schema.json",
2+
"$schema": "https://raw.githubusercontent.com/sourcegraph/sourcegraph/main/client/shared/src/schema/extension.schema.json",
33
"name": "open-in-vscode",
44
"description": "Open the current file in VS Code",
55
"publisher": "sourcegraph",

0 commit comments

Comments
 (0)