Fred Silberberg

Results 412 comments of Fred Silberberg

@Junjun-zhao can you link to that specific build please? Hard to verify without SHAs. Thanks.

Ok, I've dug into this a bit more; from what I can tell, all Fuse did here was expose the fact that `@` breaks various bits of tag helper rewriting...

And, to be clear, #10232 did not actually fix this, as I misunderstood the cause of the errors in this sample.

@jaredpar I didn't test with txt files, just cs, vb, and (vs) vimrc.

> This is using the same version that the C# dev kit in VS Code uses when the useModernNet is set to true. Hi, O# maintainer and roslyn team member...

This is the package source for the LSP: https://dev.azure.com/azure-public/vside/_artifacts/feed/msft_consumption/NuGet/Microsoft.CodeAnalysis.LanguageServer. I wouldn't expect that setup would be particularly more complex than O#, https://github.com/dotnet/vscode-csharp/blob/c5d0e9e98c0b925a4f74ae7c73a8d4b37f98005c/src/lsptoolshost/roslynLanguageServer.ts is how vscode does it. Feel free to...

> I would like to move forward with OmniSharp at this time since it seems to fit with the current architecture - fetch an executable and spin it up I...

> data loss FWIW, @CyrusNajmabadi, this is a data loss bug. Changes I'm making the editorconfig UI are getting lost.

Another part to consider is the sections of the specs that call out invalid scenarios: I've had several questions on some of the DIMs examples of what _doesn't_ work from...

@Nigel-Ecma this isn't a compiler bug; we consider it to be a spec bug that interpolation is specified the way that it is. It doesn't match the runtime's implementation of...