[M1] Notifications: "Couldn't start client Razor Language Server" pop up when open razor project.
Steps to reproduce
- Create a razor project via CLI.
- Open it in VScode.
Expected behavior
Open razor project without any notifications.
Actual behavior
Notifications: "Couldn't start client Razor Language Server" pop up when open razor project.

Environment data
dotnet --info output:
.NET SDK:
Version: 7.0.100-rc.1.22401.1
Commit: bceb18f027
Runtime Environment: OS Name: Mac OS X OS Version: 12.5 OS Platform: Darwin RID: osx.12-arm64 Base Path: /usr/local/share/dotnet/sdk/7.0.100-rc.1.22401.1/
Host: Version: 7.0.0-rc.1.22381.5 Architecture: arm64 Commit: 508fef51e8
.NET SDKs installed: 7.0.100-rc.1.22401.1 [/usr/local/share/dotnet/sdk]
.NET runtimes installed: Microsoft.AspNetCore.App 7.0.0-rc.1.22380.2 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 7.0.0-rc.1.22381.5 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Other architectures found: None
Environment variables: Not set
global.json file: Not found
Learn more: https://aka.ms/dotnet/info
Download .NET: https://aka.ms/dotnet/download
VS Code version:1.69.2 C# Extension version:1.25.1
Not repro on Mac Intel chip and windows arm64.
With SDK:8.0.100-alpha.1.23062.10 from https://github.com/dotnet/installer and latest C# extension 1.25.3 v1.25.3 installed, this issue doesn't repro on arm64 VSCode(1.74.3) now. So close it.