sourcegraph / sourcegraph-extension-api

Sourcegraph extension API: use and build extensions that enhance reading and reviewing code in your existing tools. "The extension API you wish your code host had."
44 stars 2 forks source link

New feature: Enable local testing of a Sourcegraph extension before publishing #92

Closed mhewett closed 6 years ago

mhewett commented 6 years ago

It would be nice to be able to test an extension on a local Sourcegraph installation before publishing it to the world. Can we have a way to install an extension in a local installation, including Docker-based installations?

sqs commented 6 years ago

Yes, we absolutely want to add this. I will move this issue over to https://github.com/sourcegraph/sourcegraph/issues/489 because that's where it'll be implemented. I have also tentatively prioritized it for next month.

Note that https://github.com/sourcegraph/sourcegraph/issues/480 will also help here, and we will do that even sooner.