<!-- To prefill this information: 1. Open Visual Studio Code 2. Bring up the command palette (press <kbd>F1</kbd>) 3. Type `CSharp: Report an issue` If the `CSharp: Report an issue` command doesn't appear, make sure that you have C# extension version 1.17.0 or newer installed. --> ### I am getting an error message: "Microsoft.CodeAnalysis.LanguageServer client: couldn't create connection to server." Source: C#. ## Environment data `dotnet --info` output: VS Code version: Version: 1.95.3 (user setup) Commit: f1a4fb101478ce6ec82fe9627c43efbf9e98c813 Date: 2024-11-13T14:50:04.152Z Electron: 32.2.1 ElectronBuildId: 10427718 Chromium: 128.0.6613.186 Node.js: 20.18.0 V8: 12.8.374.38-electron.0 OS: Windows_NT x64 10.0.19045 C# Extension version: v2.55.29 ## Steps to reproduce Upon opening VSCode I get the following:   ## Additional context It seems to be an administrator privilege issue, since this doesn't happen when I open VSCode as an admin. I have tried: 1. Uninstalling and reinstalling all related C#/.NET extensions and previous versions. 2. Deleting them from the folder structure and reinstalling them. 3. Uninstalling and reinstalling all corresponding .NET SDKs/Runtimes 4. Uninstalling and reinstalling VSCode.