You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with the September 2022 release of Sourcegraph, “Open in Editor” is a core part of the product.
9
+
10
+
The repo and the docs below are kept to support older Sourcegraph versions.
11
+
12
+
## Description
13
+
3
14
Adds a button to the Sourcegraph's extension panel and at the top of files in code hosts like GitHub (when the Sourcegraph browser extension is installed) that will open the current file in your editor of choice.
4
15
5
16
## Settings
@@ -191,4 +202,4 @@ Removes `sourcegraph-` from the final URL.
191
202
1. Run `yarn && yarn run serve` and keep the Parcel bundler process running
192
203
1.[Sideload the extension](https://docs.sourcegraph.com/extensions/authoring/local_development) (at the URL http://localhost:1234 by default) on your Sourcegraph instance or Sourcegraph.com
193
204
194
-
When you edit a source file in your editor, Parcel will recompile the extension. Reload the Sourcegraph web page to use the updated extension.
205
+
When you edit a source file in your editor, Parcel will recompile the extension. Reload the Sourcegraph web page to use the updated extension.
0 commit comments