Visual Studio Code is designed to fracture
ghuntley.com
Visual Studio Code is designed to fracture
1–10 of 149 posts
Re: Visual Studio Code is designed to fracture
#2One of the reasons to use Emacs is to avoid asking Microsoft for permission to code.
Re: Visual Studio Code is designed to fracture
#3Re: Visual Studio Code is designed to fracture
#4This is what happens when you build software on another company's platform. Why put your time making plugins for VS Code when rug can be pulled from under any time?
Re: Visual Studio Code is designed to fracture
#5Re: Visual Studio Code is designed to fracture
#6But what turned me off more was this janky feeling around the whole application, something I don't remember experiencing in many other Microsoft tools, such as VB. It feels like it was designed from the code up rather than from the interface down, and everything I do feels like I'm accommodating the program rather than the other way around.
Anyway, the author of this article was right, I still did have it installed in my dev environment, left behind from those classes. I decided to use this opportunity to `pacman --remove code`.
The situation with bad application behaviors being "baked into the code" and propagating to all the "free" distributions is very sad, similar to what's happening with both Chrome and Firefox.
For example, HSTS is now baked into the all the standard distributions and there's absolutely no way (that I've found) to turn it off. I understand the "security" reasons behind it for regular users, but as someone mindful and often completely unable to access a website only because their certificate has expired, I am quite miffed.
Re: Visual Studio Code is designed to fracture
#7Re: Visual Studio Code is designed to fracture
#8This is what happens when you build software on another company's platform. Why put your time making plugins for VS Code when rug can be pulled from under any time?
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.
Re: Visual Studio Code is designed to fracture
#9If a windows-using colleague asks me what text editor to use, I just tell them to use notepad++ or geany. The hard part is moving them away from MSVSC++ to some command-line compiler or debugger (like msys/mingw) so they can make reliable/extensible build scripts.
Re: Visual Studio Code is designed to fracture
#10This is what happens when you build software on another company's platform. Why put your time making plugins for VS Code when rug can be pulled from under any time?