Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@iiii
The annoying green lines and red arrows indicating diffs since last commit. Managed to sort it out now with the help of our internal support. The question remains, though: Why on fucking earth do Microsoft constantly change the setting parameters so you can't have a stable coding environment? -
@TerriToniAX because microsoft doesn't WANT you to have a stable coding environment.
microsoft wants to confuse you as much as possible, so you buy as much support as possible.
also: YDI for using vs code in the first place. -
@ScriptCoded
I added these three lines:
"workbench.editor.decorations.badges": false,
"git.decorations.enabled": false,
"scm.diffDecorations": "none"
Dunno which one that actually did the trick, probably scm.diffDecorations. -
@lorentz
Probably. It's one of the three lines I added to settings:
"workbench.editor.decorations.badges": false,
"git.decorations.enabled": false,
"scm.diffDecorations": "none" -
Despite of everything, VS Code is still the best source editor out of the ones I've tried. RDi is the worst.
-
@tosensei
Yeah, but what are the alternatives? It's been a while since I tried any other source editors, but they were all crap in different ways. VS Code isn't perfect but it's the best I know. Also, at work I don't get to choose my tools. -
@TerriToniAX i'd prefer any text editor and a command line over vs code.
also: a job where you can't choose your own dev tools is a job you should get away from. -
@tosensei
Well, you'd prefer any text editor, but I don't. VS Code is still the best for me.
Sure, it sucks that I can't choose my tools, but I have a full understanding of why. If everyone could choose their tools freely, it would lead to chaos and would be very difficult, if not impossible, for infra to guarantee any level of interoperability, let alone security, which is paramount in any serious business.
Related Rants
Fucking git decorations! Now it seems they can't even be disabled in VS Code :(
rant
microsoft
poor ux
vs code
git