this post was submitted on 26 Apr 2025
376 points (97.5% liked)

Programming

19813 readers
886 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] vermaterc@lemmy.ml 161 points 1 day ago (7 children)

A few things to point out:

  • Microsoft created this extension and pays money to develop it
  • Despite that, they give it to programmers for free. It is still free of charge.
  • They explicitly said that using it outside of their products is forbidden (according to article: at least 5 years ago), they just didn't enforce it
  • Someone (here: Cursor developers), despite that, used it in their products and started to make money from it

What exactly are you mad at? When will programming community finally understand that Microsoft is not a non-profit company and its primary purpose is to make money?

[–] PokerChips@programming.dev 6 points 12 hours ago (1 children)

Because a .vscode still pollute most open source projects. It"s annoying that they get people hooked on it that could use better tools instead.

[–] lolcatnip@reddthat.com 1 points 7 hours ago

Better tools such as...?

[–] JackbyDev@programming.dev 7 points 19 hours ago

Don't be upset it took people a long time to realize Visual Studio Code is fauxpen source, just be glad they're finally realizing it. No need to be condescending and make people feel ashamed over it.

[–] Ephera@lemmy.ml 36 points 1 day ago (2 children)

The problem is that they're killing competition. Treating a company with the market dominance of Microsoft like a normal company would be fatal for humanity. Because they are eliminating innovation by Cursor and they do not need to do this to finance their own innovation. Effectively, humanity gets less innovation by Microsoft doing this.

[–] cley_faye@lemmy.world 13 points 23 hours ago (1 children)

The problem is that they’re killing competition.

So, they pay to develop a product, for themselves, explicitly says "it's only for us, shoo shoo", and when they decide that their product, that they pay for, and provide for free to their user, should not be used by other, it kills the competition that did not do anything except take the product for free despite being told not to?

I'm not on the side of Microsoft for most things. But if doing nothing but taking someone else's free product qualifies to be competition that should be protected, we're having problems.

[–] Ephera@lemmy.ml 1 points 18 hours ago

You're looking at it in isolation, I'm looking at it in terms of this being Microsoft, a company which has held humanity back for most of its existence, now retracting something where they did a decent thing for once.

[–] recall519@lemm.ee 21 points 1 day ago (1 children)

But Microsoft developed it in the first place. It's perfectly within their rights to pull it and developers making money off of their work isn't bad either. I love a good pitchfork to corporate, but this is honestly fine.

[–] vivendi@programming.dev 19 points 1 day ago (1 children)

Well; companies used to get anti-trust laser canon'ed from orbit for less; but good luck with that in modern America

[–] ByteJunk@lemmy.world 6 points 1 day ago

I wholeheartedly agree that monopolistic practices should be nuked instantly, but I disagree that this was ever well enforced. Microsoft got away with murder in the 90's before they went to court and even then, feels like they got a slap on the wrist...

I think that this particular case is very far from that, but it does start to smell the same.

[–] Tarqon@lemmy.world 117 points 1 day ago (2 children)

https://ghuntley.com/fracture/ Because pretending your editor is open source while moving all the important functionality to proprietary plugins is a bait and switch.

[–] sp3ctr4l@lemmy.dbzer0.com 65 points 1 day ago* (last edited 1 day ago) (1 children)

Embrace.

Extend.

~~Extinguish~~. Extract rent now that everyone lives in / depends on your proprietary ecosystem.

I'd say they can't keep getting away with it!, but history shows they clearly can.

Literally monopolist strategy 101.

[–] xthexder@l.sw0.com 8 points 14 hours ago

This was all people were talking about when they bought GitHub. We've past the "Extend" stage now.

[–] Eyedust@lemmy.dbzer0.com 11 points 1 day ago

One that's worked for Microsoft many times before (docx, for example). Its their favorite loophole.

[–] x00z@lemmy.world 64 points 1 day ago (1 children)

It's also blocked in VSCodium whose developers are not making money off it.

So that's not a nice thing.

[–] monogram@feddit.nl 16 points 1 day ago

At least VSCodium cares about software licenses, (see it works both ways)

That Cursor (an AI focused) fork doesn’t shouldn’t be very shocking.

[–] priapus@sh.itjust.works 17 points 1 day ago (3 children)

Plus you can always just use clangd. Its what I've always used with every text editor that has LSP support.

[–] XPost3000@lemmy.ml 8 points 1 day ago (1 children)

Honestly moving to clangd has got to be the single best thing I've done in C++, it's cross platform and I've found it to be significantly faster, more reliable, and more featureful than Microsoft's C++ plugin by a long shot

[–] priapus@sh.itjust.works 2 points 20 hours ago* (last edited 20 hours ago)

I havent used vscode in while but I do remember having a lot of issues with the Microsoft C++ plugin, especially in large projects. I switched to clangd very quickly.

[–] PanArab@lemm.ee 5 points 1 day ago

Clang is a better C++ compiler than msvc, it generates faster binaries and can compile complex code that msvc errs on at least in my experience YMMV.

[–] vivendi@programming.dev -2 points 1 day ago

I wish there was a GCC equivalent; but even if clang is a corpowhore project it's atleast OSS

[–] mamotromico@lemmy.ml 6 points 1 day ago

Another reason to hate LLMs on the list.