Earlier quoted context omitted.
The same could be said about many other platforms: Apps for iPhones and android, chrome and Firefox extensions. Yet people still write them, and some get screwed when their app or extension is removed or doesn’t evolve to the next API change.
I have grown to appreciate HTML and the Web for this reason. If done carefully, one can write an application which is accessible to dozens of different client software and hardware options, and no one vendor can screw you over.
Visual Studio Code is designed to fracture
11–20 of 149 posts
Re: Visual Studio Code is designed to fracture
#12Re: Visual Studio Code is designed to fracture
#13As far as I understand, it's not a big deal as this is sort of the dumb end of the IDE- just the text editor part, not the compiler or debugger. Correct me if I'm wrong. I don't know why anyone would bother using a microsoft text editor on linux, but if you are using windows you're already getting screwed pretty hard with telemetry If a windows-using colleague asks me what text editor to use, I just tell them to use…
Re: Visual Studio Code is designed to fracture
#14"The move affects millions of developers, as the Python extension is by far the most popular tool in the VS Code Marketplace" One of the reasons to use Emacs is to avoid asking Microsoft for permission to code.
Re: Visual Studio Code is designed to fracture
#15Earlier quoted context omitted.
I have grown to appreciate HTML and the Web for this reason. If done carefully, one can write an application which is accessible to dozens of different client software and hardware options, and no one vendor can screw you over.
Generally true, unless that vendor is google. Manifest v3 is still in recent memory.
But that's a different aspect of the platform -- the browser itself.
At least for the time being, on the Web side, there are so many different other browsers, that Chrome cannot break step with all of them at once.
And so if I write basic HTML and test it thoroughly, I can accommodate almost any user on any device, browser, and configuration. And this makes me very happy.
Re: Visual Studio Code is designed to fracture
#16corrected per systemvoltage:
Re: Visual Studio Code is designed to fracture
#17I wish I'd realized that the author was an NFT shill before I got to the end of the article.
Re: Visual Studio Code is designed to fracture
#18Here's $0.00. Take it, and buy yourself a real editor. Anything you choose to pay above that goes to needy children in Uganda. corrected per systemvoltage : https://www.vim.org/sources.php
Phew! Finally back to my terminal
Re: Visual Studio Code is designed to fracture
#19I feel kind of the same about VS Code. Binary product? Telemetry? Centralized marketplace? Some plugins are closed source? Eh, whatever. That stuff doesn't get in my way and I suspect that nothing particularly bad will happen to developers. Someday a better IDE will become popular, perhaps built on some of the code and standards spun off by VS Code (like the language server protocol), perhaps not. This editor will do until that happens.
The politics isn't as good as I'd like, but often the politics never actually materializes as a bad user experience, despite the complaints.