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?
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.
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.
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.
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
A few things to point out:
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?
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.
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.
Well; companies used to get anti-trust laser canon’ed from orbit for less; but good luck with that in modern America
Another reason to hate LLMs on the list.
It’s also blocked in VSCodium whose developers are not making money off it.
So that’s not a nice thing.
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.
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.
One that’s worked for Microsoft many times before (docx, for example). Its their favorite loophole.
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.
Plus you can always just use clangd. Its what I’ve always used with every text editor that has LSP support.
I wish there was a GCC equivalent; but even if clang is a corpowhore project it’s atleast OSS
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.
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