Skip to content

Commit e018c67

Browse files
authored
Add deprecation notice to README.md
1 parent 1751ab4 commit e018c67

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 Sourcegraph 4.0, “Open in Editor” is a core part of the product. 🎉 Installing this extension is not needed and is not possible with 4.0+. For this reason, this extension is no longer in development.
9+
10+
The repo and the old docs below are kept here to support older Sourcegraph versions.
11+
12+
# Archive
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)