sourcegraph / openctx

See contextual info about code from your dev tools, in your editor, code review, and anywhere else you read code.
https://openctx.org
Apache License 2.0
153 stars 17 forks source link

Provider: make the google-docs provider work #107

Closed valerybugakov closed 5 months ago

valerybugakov commented 5 months ago
valerybugakov commented 5 months ago

@keegancsmith yeah, the issues are related to the package distribution. We have a custom conversion from ESM to CommonJs on the client side in the VS Code extension, which does not work in multiple cases.

I bumped into the same issue with the Linear provider. It worked perfectly locally, but it started throwing errors when loaded from the npm registry.