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
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
In https://github.com/sourcegraph/sourcegraph/pull/61782 I added an OpenInEditor button for the new webapp. To reduce scope for the ticket I decided to not re-implement the popover that gives users a convenient way to configure an editor. Currently they see a tooltip that tells them to go to the user settings and fill out some JSON over there.
Ideally we would re-implement this popover and our new webapp. We can probably copy&paste a bunch of code from the OpenInEditorAction.tsx from the react app.
Follow up to https://github.com/sourcegraph/sourcegraph/issues/61629.
In https://github.com/sourcegraph/sourcegraph/pull/61782 I added an OpenInEditor button for the new webapp. To reduce scope for the ticket I decided to not re-implement the popover that gives users a convenient way to configure an editor. Currently they see a tooltip that tells them to go to the user settings and fill out some JSON over there.
Ideally we would re-implement this popover and our new webapp. We can probably copy&paste a bunch of code from the
OpenInEditorAction.tsxfrom the react app.