vscode-csharp
vscode-csharp copied to clipboard
Support opening of source-generated files over LSP
This depends on https://github.com/dotnet/roslyn/pull/68771 for the server-side piece. But, if you don't have the server side piece, we won't return a URI that will trigger this code, so it's fine to have it in now.
Will review tomorrow!
Any chance this will get merged soon?
@moander Hopefully in a week or two; unfortunately my attention is in a different direction for the rest of this week...
I thought I'd leave a comment here thanking you for the great work, and also echoing the ask to merge this soon. This is making development in projects with source generated code quite difficult. Because as soon as you hit this bug the best thing to do is to restart VSCode. Thanks again
@jasonmalinowski Apologies for the ping, but is there any update on this? It's painful working with source generators in VS Code.
@glen-84 Thanks for the friendly ping! Hopefully can get this in a week or two -- I recognize that's what I said a few weeks go but that prior work turned into more than expected. But that work is now cleared so this is towards the top.
@jasonmalinowski any updates on this one? I'm really looking forward to this patch. Have a nice weekend! :)
@moander I think I'm going to have the Roslyn side of the change today, assuming no other random fires come up. (They've been coming up a lot recently. 😢 )
Bump on this; I believe @jasonmalinowski has gone on leave. Are we able to reassign?