Skip to content

Commit 4e4eb03

Browse files
authored
docs: add deprecation notice
2 parents 1751ab4 + 157bfe9 commit 4e4eb03

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# open-in-editor (Sourcegraph extension)
22

3+
## ⚠️ Deprecation notice
4+
5+
**Sourcegraph extensions have been deprecated with the September 2022 Sourcegraph
6+
release. [Learn more](https://docs.sourcegraph.com/extensions/deprecation).**
7+
8+
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+
314
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.
415

516
## Settings
@@ -191,4 +202,4 @@ Removes `sourcegraph-` from the final URL.
191202
1. Run `yarn && yarn run serve` and keep the Parcel bundler process running
192203
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
193204

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

Comments
 (0)