sourcegraph-vscode-DEPRECATED icon indicating copy to clipboard operation
sourcegraph-vscode-DEPRECATED copied to clipboard

Add support to github.dev/make this a web extension

Open LinqLover opened this issue 2 years ago • 2 comments

At the moment, in github.dev you cannot enjoy this awesome extension:

image

This could be fixed by making this extension compatible with the web extension interface:

https://code.visualstudio.com/api/extension-guides/web-extensions

(It's not overly complicated; provided that this extension does not use node-specific features such as fs or external binaries, this looks like only defining an alternative entry point for the web extension.)

LinqLover avatar Sep 11 '21 23:09 LinqLover

@LinqLover Thanks for filing the issue! We are happy to announce that Sourcegraph is now a web extension as of v2.0.9.

abeatrix avatar Feb 23 '22 01:02 abeatrix

That's awesome news! :rocket:

If I go to <vscode.dev>, install the extension, and press the "Don't have an account?" link, I am redirected to this page:

image

(https://webviewview-sourcegraph-searchsidebar.vscode-webview.net/)

But when I generate and paste a token manually via https://sourcegraph.com/users/LinqLover/settings/tokens/new, the login works as expected.

Looks very nice, keep up the good work!

LinqLover avatar Feb 23 '22 18:02 LinqLover