David Wengier

Results 345 comments of David Wengier

Doesn't repro for me in VS Code either, but formatting the document inserts a newline after the `@if` before the `{` 🤦‍♂️

You could try setting the Razor log level to "Trace" and then formatting, and include the Razor Log from the output. Not sure if it will be super useful though....

Most of my day yesterday was spent staring at the wall trying to answer that question :)

This is mostly done, and anything else will naturally fall out of deprectation.

From the logs it looks like this was actually reproing for https://github.com/dotnet/aspire-samples/tree/main/samples/eShopLite Crux of the issue is this: ``` [Client - 2:00:38 PM] (Warning) razor.provideDynamicFileInfo failed with CodeExpectedError: cannot open...

I hit it once, but then couldn't hit it again, sadly. Could be a startup issue, perhaps a race condition around when we register the handler for the `virtualCSharp-razor:/` scheme.

I know you said you removed the `obj` folders everywhere, which is good, but it is surprising that this fixes the issue in a simple repro project, but not in...

Thanks for the reply @mayur-ekbote, but unfortunately I'm not sure what the next steps here would be, if the issue only repros in your project, and not in a simple...

'twas a semantic tokens test. I think the test inputs and outputs are shared for these between cohosting and non, so if this is by design, you can probably send...

The test referencing this issue has now been unskipped, so it represents the current behaviour of FUSE. Should be no need for follow up if this is by design.