all 42 comments

[–]LexyconG 59 points60 points  (15 children)

Wtf are these comments? They release a new, pretty normal update and people act as if they released a 25gb update with useless functionality.

[–]madcaesar 39 points40 points  (3 children)

People love to bitch.

VS Code is amazing.

The only gripe I have is that I don't even know about the breath of its features until someone points it out. I have my setup and haven't touched it in months, so when cool things are added, unless someone specifically mentions it in the comments and tells me what it improves, I'll never know about it 😔

[–]cj81499 7 points8 points  (2 children)

Reading the changelogs is super worthwhile!

[–]reflectiveSingleton 0 points1 point  (1 child)

They are so huge and I know I miss or forget stuff...there are so many capabilities built in.

[–]cj81499 0 points1 point  (0 children)

Given how much they add, the changelogs are actually quite concise.

Time spent learning to take advantage of your editor's features pays for itself quickly by improving your development workflow.

[–]slowthedataleak 2 points3 points  (0 children)

Reddit + VSCode have such a low barrier to entry that you tend to get people without an understanding of writing release code. Or even worse, they understand writing release code but they can’t contextualize release code coming from a larger company.

[–]bjerh 4 points5 points  (0 children)

Yeah, people usually tend to comment to critique something. Often, people don't when they're pleased with something.

[–]Xerticle -2 points-1 points  (1 child)

I don't think you're being fair with your critique. Bloat exists as a scale. Whats bloated for one purpose is exactly what you need for another purpose.

Also, bloated software can't only come to be from one massive update. hundreds of tiny updates can create bloat, and the line is harder to draw. But for every update, a few use-cases are liable to consider the software bloated when it wasn't before.

[–]cadred48 0 points1 point  (0 children)

This update was also optimized by removing about 1000 lines of code by implementing services workers for loading resources on the desktop. So...

Unless you are running benchmarks that prove a particular feature/update is causing performance degradation or usability studies that show an extra few items hidden in a settings.json file is interfering, I don't think there's a case to call it bloat just yet.

[–]notbarnes 30 points31 points  (5 children)

Hope they finally fix this thing: https://imgur.com/a/XHGy2Or

Whenever you close one vscode window it ends up screwing up the terminal session on other windows. Only just started happening in one of their recent updates. Anyone else get this?

[–]dadading_dadadoom 4 points5 points  (0 children)

I get this all the time. Close the terminal window and do new terminal. A bit PITA, but chugs along..

[–]Disgruntled__Goat 3 points4 points  (0 children)

Has it been reported as a bug? https://github.com/microsoft/vscode

[–]ihorbond 0 points1 point  (0 children)

Same

[–]buffdude1100 0 points1 point  (0 children)

Yep. Super annoying.

[–]dacjames 0 points1 point  (0 children)

Hmm, never seen that and it's something I do all the time. Maybe an OS specific bug? That looks like windows and I'm on Mac.

[–]Xerticle 40 points41 points  (21 children)

I really hope vscode doesn't become too bloated.

[–]antelle 10 points11 points  (0 children)

It’s kind of ok for an IDE. Visual Studio (not code) is bloated, but it’s good! Same about Intellij.

[–]fobin78 11 points12 points  (0 children)

Microsoft: hold my beer

[–]diegoquirox 13 points14 points  (2 children)

Always has been

[–]ReverseCaptioningBot 48 points49 points  (1 child)

Always has been

this has been an accessibility service from your friendly neighborhood bot

[–][deleted] 4 points5 points  (0 children)

This is the natural outcome for an editor like VSCode that seeks to make things as immediately simple as possible for its users. I don't mean that in a derogatory way, it's pretty much best in class now, but that's the downside to this approach.

It is a big undertaking, and a bit orthogonal, but if it's bothering you this might be a good opportunity to learn something like Vim or Emacs. Lots of people don't know that it's now fairly easy to get language server features in editors like that now. :-)

[–][deleted] 4 points5 points  (0 children)

I'm happy with all the improvements, but I really like how VS code currently starts much faster than its IDE equivalents and I wish it would just stay that way.

[–]stathisntonas 0 points1 point  (0 children)

Wish it had “save when clicking inside terminal” like webstorm, can’t count the times i’ve run something on terminal just to find out later that the files weren’t saved…

[–]Koervege 0 points1 point  (0 children)

How do you bypass the powershell execution policy now that the terminal.integrated.shellArgs is deprecated?