man, I’m ready to rage-quit VS Code. anyone else h...
# random
s
man, I’m ready to rage-quit VS Code. anyone else have this issue where you save a simple file and it shows this for like a whole minute?oddly enough, it’s only in my SST project 🤔
j
Huh I’m not sure if this is the same one but @Frank was close to rage quitting VSCode over a lint issue too. He had to restart it.
s
ha. I mean, this is why I left Webstorm, because VS Code was so much snappier. but now.. 🤷‍♂️
r
I found that working with any project with anything approaching scale made VSC grind to a halt in various ways - linting, debugging, intellisense. I feel like I should be on commission for JetBrains the number of people I’ve said “use WebStorm” to instead.
g
I think the latest update has some issues.
s
I came from Webstorm. it’s good, but MAN is it a giant beast. they should’ve not used Java IMO, but C#/C++ instead.
r
LOL, I’ve found that giving WebStorm the memory it needs and it works well. With VC you don’t have that flexibility
s
also, Webstorm’s TypeScript engine kept quitting on me
r
I thought it was using rust now
s
and it took them forever to fix it, then it broke again
which is not acceptable for paid software
r
Oh, I’ve been using it for the past 6 months without issue
s
hmm
maybe it’s good now. and I know you work with Vue too
r
I had this problem, it was ESLint and another extension that were in conflict
r
yeah, although….Vue has been the thing I’ve kept with VSC for! Mainly because Volar and Vetur were so good. However, in the latest release there are lots of Vue related changes but haven’t tried them out yet
s
ok. disabled ESLint. when I reformat the code using Prettier, it also hangs and there’s a progress bar at the top. so.. must be another extension
r
Personally I had to disabled Import Cost, but it could be something else. Let me find exactly what I used to fix it, some kind of helper in VSCode
Ok foudn it, I used
Bisect
Basicaly just start Bisect in VSCode, it<ll disable half your extension and you can test it, then keep going until you find the one which is causing the problem
s
oh cool!
had no idea that was a thing. thanks for that 🙂
r
Sure
Worked pretty well for me, hope it fixes your issue too!
s
of course, now it behaves fine because it knows it’s under suspicion 😆
but I’ll keep it in mind for next time
@Robert wow, two culprits! Error Lens and IntelliSense for CSS class names. the former is leaving error msgs all over the code even after you fix something, and the latter was responsible for hanging VS Code when cmd-clicking on variables or hovering over them to get details
r
Glad you fixed it! It was driving me crazy to have to wait a minute every time I was hitting save 😛
s
@Robert ha. Import Cost was actually the culprit, not the CSS intellisense
r
damn, same as me
g
yeah I think it got broken by recent VSCode updates somehow
y
I am having this issue currently. I will try to disable import cost.