Open Anthony-Breneliere opened 1 year ago
Actual Behavior: No auto-complete/Intellisence, no hovering, no formatting, code actions, etc works.
At least for me ;)
Maybe related to this "range" issue: I had recently a case where the syntax coloring of the html part overlayed the text of the @code
part creating a "funny" zebra syntax highlighting on the regular C# code there.
Same happening for me, with the exact same chain of error messages.
Same error messages here. While it's happening on a razor page I can switch a C# file and it has not issues.
Random thought but, did anyone install via brew on macOS?
Still happening, VSCode on Windows 11
I have VSCode on Windows 10 and it is still happening. It makes the C# extension a little annoying.
VSCode on Windows 11 - incredibly annoying since it means that you have to disable the C# extension any time you want to work with a cshtml
file without a million alert dialogs popping up.
Issue Description
Request textDocument/semanticTokens/range failed on a razor page.
Steps to Reproduce
Go to a razor page
Expected Behavior
no error
Actual Behavior
"Request textDocument/semanticTokens/range failed."
Logs