REGRESSION INFO: This issue works well for SDK 8.0.418
INSTALL STEPS
- OS: window x64
- Install Mar servicing SDK 8.0.419
- Install VS Code insiders - 1.110.0
- Install Feb prerelease 1 C#2.121.32
REPRO STEPS
- Use below code to create razor project
dotnet new razor -f net8.0 -o razor80
- Launch vs code and open this project and open _Layout.cshtml file
- At the top the file, type "@Inject date"
Note: This issue also repro for Mar servicing SDK 9.0.312
ACTUAL No intellisense show up
When type "@{", it should auto complete the }. Press Enter key in head tag, then type "date",No intellisense show up
When type “@layout main” in Home.razor in blazor project, No intellisense show up
EXPECTED Intellisense show up
