David Wengier

Results 343 comments of David Wengier

@genlu don't suppose you got a chance to look at this? No pressure, it just came up in weekly triage.

Also reported in https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1522519

It definitely looks like TextMate isn't working, but I've debugged through and confirmed that our TextMate paths in our AddIn are getting found and loaded. Also, regarding the `@code` colourization,...

Looks like Roslyn/Razor/VSMac cannot update a documents `DocumentServiceProvider`, which needs to happen for semantic colorization to be correct for Razor files (and has other affects too, like diagnostics etc.). This...

I opened https://github.com/dotnet/arcade/issues/10712 to get some help with this, as our attempts have failed. Last resort would be to add this DLL to the allowlist for symbol exceptions, since its...

@ToddGrun @zkat I looked into this a bit and it _seems_ like Razor is doing the right thing, but the Html language server is sending back edits that move everything...

Logged this internally as https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1612535. Since that isn't public, I'll keep this open to track it.

This is something we currently can't provide any help with, unfortunately. We get our Html/JavaScript formatting from the Html language server, but we don't have a deep understanding of the...

Unfortunately no. We are tracking the ability to add options in general in https://github.com/dotnet/razor-tooling/issues/6212 but if/when that might happen, and what the options are, is yet to be determined.