You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable LSP features in razor (.cshtml) files (I) (#274)
* tests/CSharpLanguageServer.Tests: re-enable testReferenceWorksToAspNetRazorPageReferencedValue
* Use Seq.choose
* Update how $/progress is logged in Tooling.fs
* Add razorCsharpDocumentFilter in src/CSharpLanguageServer/Types.fs
* src/CSharpLanguageServer/RoslynHelpers.fs: extract getProjectForPathOnSolution fn
* ServerRequestContext: update FindSymbol' to return Project and optional Document
'Document' may not be available when operating on a razor document
* src/CSharpLanguageServer/Conversions.fs: update fromRoslynDiagnostic to return a mapped line span + mapped uri
* src/CSharpLanguageServer/Conversions.fs: drop module Path
0 commit comments