VS Code: 1.76.1
C# Extension version:1.25.5
SDK: 8.0.0-Preview.3.23164.2
Platform
To reproduce:
- Open a normal Terminal Emulator, create MVC project and open it using VS code
md MVC3x
cd MVC3x
dotnet new mvc
code .
- Go to https://github.com/OmniSharp/omnisharp-vscode/releases > Download the csharp-1.25.5-win32-x64.vsix.
- In VS Code and go to the Extensions Tab, select "Install from VSIX" > install the file you downloaded.
- Open Layout.cshtml file and in body tab, type "<input asp", verify the intellisense list show.
Actual behavior:

Expected behavior:

Additional context:
Note:
- This issue does not repro on C# extension 1.25.4.
- This issue only repro on C# extension 1.25.5.
- This issue also repro on SDK 7.0.300-preview.23159.18 + C# extension 1.25.5.