sid-6581

Results 21 comments of sid-6581

`NormalizeWhitespace` has several issues, like this one, and the fact that it's very slow, so it's not ideal for use in source generators the way things currently are. Inserting trivia...

That's totally fair. Unfortunately it's not an issue for Microsoft either, so I wouldn't expect anything from them. There's a PR for a slight performance improvement in `NormalizeWhitespace`, but that's...

Thanks for the quick reply! That makes sense. I figured it might be a limitation, in which case it's no big deal. I just didn't want to miss out if...

I noticed there was a VSIX earlier that was supposed to flush/refresh the Intellisense, but that was removed in favor of I assume similar functionality in the msbuild task. If...

Do you think it would work if the VSIX was modified not to remove/re-add the file, but instead change the build action for the current file to `None` and then...

This sounds like some middle manager decision that the higher ups will reverse when they realize how absolutely asinine it is, and how much it will hurt MS goodwill.

I had the same issue. For some reason the Java keyword color wasn't inherited from language defaults, so all I had to do was check that checkbox. Not sure why...

I'm seeing the same thing on very powerful hardware. It also leaves the wrong title, and never restores the file name: ![image](https://user-images.githubusercontent.com/28602336/198911008-c9fe5096-80d7-4e50-9e4f-dd09b616692d.png)

So to add another datapoint, I tested with the latest noice, neovim nightly 162, and the latest neovide built from source. I'm not using `--multigrid`. I very quickly get crashes...

I will try that, although it is very hard to reproduce. I haven't been able to reproduce it locally at all, but it happens quite a lot in production, which...