sourcegraph / cody

Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.
https://cody.dev
Apache License 2.0
2.67k stars 292 forks source link

VSCodium support #2704

Open AverseABFun opened 9 months ago

AverseABFun commented 9 months ago

I use Visual Studio Codium instead of VSCode, because I don't want all the Microsoft telemetry from VSCode. Could support be provided? Not many changes would be required, as they are based off of a very similar codebase, and I don't particularly wish to switch to VSCode solely for this.

TheRealChssAddct commented 9 months ago

I also use vscodium for the same reason. I actually have both installed (actually, vscode insiders as well). The extension installs in vscodium fine, but when I try to sign in, it uses the vscode:: and therefore opens vscode instead of authorizing vscodium.

bakaburg1 commented 2 months ago

I use Positron from Posit (still in alpha) and I have a similar issue: https://github.com/posit-dev/positron/issues/4107 The hardcoded "vscode://" in the callback URL makes the sign-in fail. I overcome the issue by putting "positron://" manually but I guess it's possible to pick it up from the IDE?

ChocoTrail commented 2 months ago

I am have the same specific issue as @bakaburg1.

github-actions[bot] commented 1 week ago

This issue is marked as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed automatically in 5 days.