this post was submitted on 19 May 2025
-21 points (35.6% liked)

Technology

70201 readers
3529 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

We will open source the code in the GitHub Copilot Chat extension under the MIT license, then carefully refactor the relevant components of the extension into VS Code core.

top 13 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 1 day ago (1 children)

So they're open-sourcing some minor glue to connect to an API of a big proprietary online service, or what's this about?

[–] [email protected] 4 points 1 day ago (1 children)

For example, that someone could fork it and make it use a local or self-hosted LLM instead. Yes I know, other alternatives exist (Continue extension) but aren't that good.

[–] [email protected] 2 points 1 day ago

I wouldn't hate that. I've been meaning to try some AI extension to add to my VSCodium install to talk to my self hosted AI instance.

It would be fun to compare it to a de-microsoted extension

[–] [email protected] 1 points 1 day ago

The auto-complete in VSCode is one of the few AI use cases that I actually find useful. Passing a whole bunch of args in a python class function call to set instance variables just becomes that little bit less tedious. Lots of little things like that add up to nice time savings.

The "ask copilot" features are absolutely terrible though.

[–] [email protected] 9 points 1 day ago (1 children)

I wonder if this will make its way into vscodium

[–] [email protected] 2 points 1 day ago

Just found out about it and will be downloading it soon!

[–] [email protected] 8 points 1 day ago (1 children)

This is getting downvoted but how is this not good? Perhaps if you are adamant about not having this feature in your editor?

[–] [email protected] 6 points 1 day ago (4 children)

It's an extension so it can be deactivated. That's good. But it is a lot of effort and time invested on a feature no one requested, to shoehorn people into workflows that have been proven to be unproductive and introduce another telemetry spying vector. While several performance issues and years old bugs remain ignored. So of course people hate it.

[–] [email protected] 2 points 1 day ago

It's an extension so it can be deactivated

Article says:

[...] then carefully refactor the relevant components of the extension into VS Code core.

So... maybe you won't be able to deactivate it anymore. Not cool, microsoft (but totally expected).

[–] [email protected] 1 points 1 day ago (1 children)

it is a lot of effort and time invested on a feature no one requested

At my last job there were several people using copilot very successfully, some even had the paid subscription, and clearly it was very useful to them. I tried it and found it not that good, barely saves me any time and sometimes actively wastes time, but that's me. I won't judge if others want to use it, as long as the code gets reviewed by humans, like during a pull request (and it was, in our case).

It's just a tool. Just because I don't find it very useful, I shouldn't tell others not to use it.

[–] [email protected] 2 points 1 day ago

One thing I don't like though, the article says:

then carefully refactor the relevant components of the extension into VS Code core.

So ... you won't be able to deactivate it anymore? not cool, it I interpreted it correctly.

[–] [email protected] 3 points 1 day ago

At least the spying vector is open.

[–] [email protected] 1 points 1 day ago

But the poor performance is due to TypeScript and later this year they will release a Go compiler that will make it 10 times faster.