Skip to content

Unhandled exception #9655

Description

@Startrek1977

Type: Bug

Issue Description

Steps to Reproduce

Expected Behavior

Actual Behavior

Extension version: 2.140.9
VS Code version: Code 1.132.0 (df53daabb18cd157bdb08c7f01c34df936cf12f4, 2026-08-04T15:30:20Z)
OS version: Windows_NT x64 10.0.26200
Modes:

Logs

C# log

Details
2026-08-09 20:36:20.851 [info] Locating .NET runtime version 10.0.5
2026-08-09 20:36:20.934 [info] Dotnet path: C:\Program Files\dotnet\dotnet.exe
2026-08-09 20:36:20.934 [info] Activating C# + C# Dev Kit...
2026-08-09 20:36:21.115 [info] info: Program[0]
2026-08-09 20:36:21.115 [info]       Server started with process ID 82572
2026-08-09 20:36:21.618 [info] [Program] Language server initialized
2026-08-09 20:36:21.623 [info] [Program] Monitoring client process 45480 for exit
2026-08-09 20:36:21.909 [info] [initialized] [Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.FileBasedProgramsEntryPointDiscovery] Finished discovery in 'd:\WORK\KLA' in 6 milliseconds
2026-08-09 20:36:26.430 [info] [textDocument/documentSymbol] [Microsoft.CodeAnalysis.MSBuild.BuildHostProcessManager] .NET BuildHost started from c:\Users\Roman Idov\.vscode\extensions\ms-dotnettools.csharp-2.140.9-win32-x64\.roslyn\Microsoft.CodeAnalysis.LanguageServer.exe reloading to start from C:\Program Files\dotnet\dotnet.exe to match necessary SDK location.
2026-08-09 20:36:26.556 [warning] [textDocument/documentSymbol] [LanguageServerProjectLoader] Project C:\Users\Roman Idov\AppData\Local\Temp\roslyn-canonical-misc\a0a69b25-6bdb-44b5-9c22-0692ae5e7abd\Canonical.csproj has unresolved dependencies
2026-08-09 20:36:26.568 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Successfully completed load of d:\WORK\KLA\src\KLA.Inter.GatesCalc\Gates\OpGateBase.cs
2026-08-09 20:36:26.577 [warning] [textDocument/documentSymbol] [LanguageServerProjectLoader] Project C:\Users\Roman Idov\AppData\Local\Temp\roslyn-canonical-misc\a0a69b25-6bdb-44b5-9c22-0692ae5e7abd\Canonical.csproj has unresolved dependencies
2026-08-09 20:36:26.582 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Successfully completed load of d:\WORK\KLA\src\KLA.Inter.GatesCalc\Gates\IGate.cs
2026-08-09 20:36:26.588 [warning] [textDocument/documentSymbol] [LanguageServerProjectLoader] Project C:\Users\Roman Idov\AppData\Local\Temp\roslyn-canonical-misc\a0a69b25-6bdb-44b5-9c22-0692ae5e7abd\Canonical.csproj has unresolved dependencies
2026-08-09 20:36:26.593 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Successfully completed load of d:\WORK\KLA\src\KLA.Inter.GatesCalc\Gates\AndGate.cs
2026-08-09 20:36:26.899 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Restoring Canonical.csproj: Running dotnet restore on C:\Users\Roman Idov\AppData\Local\Temp\roslyn-canonical-misc\a0a69b25-6bdb-44b5-9c22-0692ae5e7abd\Canonical.csproj
2026-08-09 20:36:26.901 [info] [textDocument/documentSymbol] [Microsoft.CodeAnalysis.LanguageServer.DotnetCliHelper] Using dotnet executable configured on the PATH
2026-08-09 20:36:27.434 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Restoring Canonical.csproj:   Determining projects to restore...
2026-08-09 20:36:27.648 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Restoring Canonical.csproj:   Restored C:\Users\Roman Idov\AppData\Local\Temp\roslyn-canonical-misc\a0a69b25-6bdb-44b5-9c22-0692ae5e7abd\Canonical.csproj (in 55 ms).
2026-08-09 20:36:27.716 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Restoring Canonical.csproj: Running dotnet restore on C:\Users\Roman Idov\AppData\Local\Temp\roslyn-canonical-misc\a0a69b25-6bdb-44b5-9c22-0692ae5e7abd\Canonical.csproj
2026-08-09 20:36:28.150 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Restoring Canonical.csproj:   Determining projects to restore...
2026-08-09 20:36:28.368 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Restoring Canonical.csproj:   All projects are up-to-date for restore.
2026-08-09 20:36:28.369 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Restoring Canonical.csproj: Running dotnet restore on C:\Users\Roman Idov\AppData\Local\Temp\roslyn-canonical-misc\a0a69b25-6bdb-44b5-9c22-0692ae5e7abd\Canonical.csproj
2026-08-09 20:36:28.625 [info] [serviceBroker/connect] [WorkspaceProjectFactoryService] Project D:\WORK\KLA\src\KLA.Inter.GatesCalc\KLA.Inter.GatesCalc.csproj loaded by C# Dev Kit
2026-08-09 20:36:28.774 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Restoring Canonical.csproj:   Determining projects to restore...
2026-08-09 20:36:29.268 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Restoring Canonical.csproj:   All projects are up-to-date for restore.
2026-08-09 20:36:29.608 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Restore complete
2026-08-09 20:36:29.609 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:06.7366792
2026-08-09 20:36:29.609 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Successfully completed load of d:\WORK\KLA\src\KLA.Inter.GatesCalc\Gates\OpGateBase.cs
2026-08-09 20:36:29.609 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Successfully completed load of d:\WORK\KLA\src\KLA.Inter.GatesCalc\Gates\IGate.cs
2026-08-09 20:36:29.609 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Successfully completed load of d:\WORK\KLA\src\KLA.Inter.GatesCalc\Gates\AndGate.cs
2026-08-09 20:36:29.610 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0096327
2026-08-09 20:43:47.176 [info] Locating .NET runtime version 10.0.5
2026-08-09 20:43:47.312 [info] Dotnet path: C:\Program Files\dotnet\dotnet.exe
2026-08-09 20:43:47.312 [info] Activating C# + C# Dev Kit...
2026-08-09 20:43:47.428 [info] info: Program[0]
2026-08-09 20:43:47.428 [info]       Server started with process ID 88336
2026-08-09 20:43:47.870 [info] [Program] Language server initialized
2026-08-09 20:43:47.872 [info] [Program] Monitoring client process 74260 for exit
2026-08-09 20:43:48.055 [info] [initialized] [Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.FileBasedProgramsEntryPointDiscovery] Finished discovery in 'd:\WORK\KLA' in 5 milliseconds
2026-08-09 20:43:49.889 [info] [textDocument/documentSymbol] [Microsoft.CodeAnalysis.MSBuild.BuildHostProcessManager] .NET BuildHost started from c:\Users\Roman Idov\.vscode\extensions\ms-dotnettools.csharp-2.140.9-win32-x64\.roslyn\Microsoft.CodeAnalysis.LanguageServer.exe reloading to start from C:\Program Files\dotnet\dotnet.exe to match necessary SDK location.
2026-08-09 20:43:49.921 [warning] [textDocument/documentSymbol] [LanguageServerProjectLoader] Project C:\Users\Roman Idov\AppData\Local\Temp\roslyn-canonical-misc\88627d2b-ae61-4411-af76-f0d178fb8cd0\Canonical.csproj has unresolved dependencies
2026-08-09 20:43:49.939 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Successfully completed load of d:\WORK\KLA\src\KLA.Inter.GatesCalc\Gates\IGate.cs
2026-08-09 20:43:49.949 [warning] [textDocument/documentSymbol] [LanguageServerProjectLoader] Project C:\Users\Roman Idov\AppData\Local\Temp\roslyn-canonical-misc\88627d2b-ae61-4411-af76-f0d178fb8cd0\Canonical.csproj has unresolved dependencies
2026-08-09 20:43:49.953 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Successfully completed load of d:\WORK\KLA\src\KLA.Inter.GatesCalc\Gates\AndGate.cs
2026-08-09 20:43:49.965 [warning] [textDocument/documentSymbol] [LanguageServerProjectLoader] Project C:\Users\Roman Idov\AppData\Local\Temp\roslyn-canonical-misc\88627d2b-ae61-4411-af76-f0d178fb8cd0\Canonical.csproj has unresolved dependencies
2026-08-09 20:43:49.970 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Successfully completed load of d:\WORK\KLA\src\KLA.Inter.GatesCalc\Gates\OpGateBase.cs
2026-08-09 20:43:50.033 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Restoring Canonical.csproj: Running dotnet restore on C:\Users\Roman Idov\AppData\Local\Temp\roslyn-canonical-misc\88627d2b-ae61-4411-af76-f0d178fb8cd0\Canonical.csproj
2026-08-09 20:43:50.035 [info] [textDocument/documentSymbol] [Microsoft.CodeAnalysis.LanguageServer.DotnetCliHelper] Using dotnet executable configured on the PATH
2026-08-09 20:43:50.569 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Restoring Canonical.csproj:   Determining projects to restore...
2026-08-09 20:43:50.884 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Restoring Canonical.csproj:   Restored C:\Users\Roman Idov\AppData\Local\Temp\roslyn-canonical-misc\88627d2b-ae61-4411-af76-f0d178fb8cd0\Canonical.csproj (in 49 ms).
2026-08-09 20:43:50.891 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Restoring Canonical.csproj: Running dotnet restore on C:\Users\Roman Idov\AppData\Local\Temp\roslyn-canonical-misc\88627d2b-ae61-4411-af76-f0d178fb8cd0\Canonical.csproj
2026-08-09 20:43:50.967 [info] [serviceBroker/connect] [WorkspaceProjectFactoryService] Project D:\WORK\KLA\src\KLA.Inter.GatesCalc\KLA.Inter.GatesCalc.csproj loaded by C# Dev Kit
2026-08-09 20:43:51.230 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Restoring Canonical.csproj:   Determining projects to restore...
2026-08-09 20:43:51.361 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Restoring Canonical.csproj:   All projects are up-to-date for restore.
2026-08-09 20:43:51.411 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Restoring Canonical.csproj: Running dotnet restore on C:\Users\Roman Idov\AppData\Local\Temp\roslyn-canonical-misc\88627d2b-ae61-4411-af76-f0d178fb8cd0\Canonical.csproj
2026-08-09 20:43:51.808 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Restoring Canonical.csproj:   Determining projects to restore...
2026-08-09 20:43:51.939 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Restoring Canonical.csproj:   All projects are up-to-date for restore.
2026-08-09 20:43:51.989 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Restore complete
2026-08-09 20:43:51.989 [info] [textDocument/documentSymbol] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:03.6344164
2026-08-09 20:43:52.099 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Successfully completed load of d:\WORK\KLA\src\KLA.Inter.GatesCalc\Gates\OpGateBase.cs
2026-08-09 20:43:52.105 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Successfully completed load of d:\WORK\KLA\src\KLA.Inter.GatesCalc\Gates\AndGate.cs
2026-08-09 20:43:52.105 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0067464
2026-08-09 21:10:10.931 [error] [textDocument/documentHighlight] [LSP] System.ArgumentOutOfRangeException: The requested line number 27 must be less than the number of lines 9. (Parameter 'Line')
   at Microsoft.CodeAnalysis.Text.TextLineCollection.GetPosition(LinePosition position) in /_/src/Compilers/Core/Portable/Text/TextLineCollection.cs:line 67
   at Microsoft.CodeAnalysis.LanguageServer.Extensions.GetPositionFromLinePositionAsync(TextDocument document, LinePosition linePosition, CancellationToken cancellationToken) in /_/src/LanguageServer/Protocol/Extensions/Extensions.cs:line 219
   at Microsoft.CodeAnalysis.LanguageServer.Handler.DocumentHighlightsHandler.GetHighlightsAsync(IGlobalOptionService globalOptions, IHighlightingService highlightingService, Document document, LinePosition linePosition, CancellationToken cancellationToken) in /_/src/LanguageServer/Protocol/Handler/Highlights/DocumentHighlightHandler.cs:line 56
   at Microsoft.CodeAnalysis.LanguageServer.Handler.DocumentHighlightsHandler.HandleRequestAsync(TextDocumentPositionParams request, RequestContext context, CancellationToken cancellationToken) in /_/src/LanguageServer/Protocol/Handler/Highlights/DocumentHighlightHandler.cs:line 50
   at Microsoft.CommonLanguageServerProtocol.Framework.QueueItem`1.StartRequestAsync[TRequest,TResponse](TRequest request, TRequestContext context, IMethodHandler handler, CancellationToken cancellationToken)
2026-08-09 21:10:10.934 [error] Request textDocument/documentHighlight failed.
  Message: The requested line number 27 must be less than the number of lines 9. (Parameter 'Line')
  Code: -32000 
[object Object]
2026-08-09 21:23:58.899 [error] [textDocument/documentHighlight] [LSP] System.ArgumentOutOfRangeException: The requested line number 27 must be less than the number of lines 24. (Parameter 'Line')
   at Microsoft.CodeAnalysis.Text.TextLineCollection.GetPosition(LinePosition position) in /_/src/Compilers/Core/Portable/Text/TextLineCollection.cs:line 67
   at Microsoft.CodeAnalysis.LanguageServer.Extensions.GetPositionFromLinePositionAsync(TextDocument document, LinePosition linePosition, CancellationToken cancellationToken) in /_/src/LanguageServer/Protocol/Extensions/Extensions.cs:line 219
   at Microsoft.CodeAnalysis.LanguageServer.Handler.DocumentHighlightsHandler.GetHighlightsAsync(IGlobalOptionService globalOptions, IHighlightingService highlightingService, Document document, LinePosition linePosition, CancellationToken cancellationToken) in /_/src/LanguageServer/Protocol/Handler/Highlights/DocumentHighlightHandler.cs:line 56
   at Microsoft.CodeAnalysis.LanguageServer.Handler.DocumentHighlightsHandler.HandleRequestAsync(TextDocumentPositionParams request, RequestContext context, CancellationToken cancellationToken) in /_/src/LanguageServer/Protocol/Handler/Highlights/DocumentHighlightHandler.cs:line 50
   at Microsoft.CommonLanguageServerProtocol.Framework.QueueItem`1.StartRequestAsync[TRequest,TResponse](TRequest request, TRequestContext context, IMethodHandler handler, CancellationToken cancellationToken)
2026-08-09 21:23:58.900 [error] Request textDocument/documentHighlight failed.
  Message: The requested line number 27 must be less than the number of lines 24. (Parameter 'Line')
  Code: -32000 
[object Object]

C# LSP Trace Logs log

Details

Environment Information

VSCode version: 1.132.0
C# Extension: 2.140.9
Using OmniSharp: false

Dotnet Information .NET SDK: Version: 10.0.302 Commit: 35b593bebf Workload version: 10.0.300-manifests.714b12c0 MSBuild version: 18.6.11+35b593beb

Runtime Environment:
OS Name: Windows
OS Version: 10.0.26200
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\10.0.302\

.NET workloads installed:
[tvos]
Installation Source: VS 18.8.12021.73
Manifest Version: 26.5.10284/10.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\10.0.100\microsoft.net.sdk.tvos\26.5.10284\WorkloadManifest.json
Install Type: Msi

[macos]
Installation Source: VS 18.8.12021.73
Manifest Version: 26.5.10284/10.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\10.0.100\microsoft.net.sdk.macos\26.5.10284\WorkloadManifest.json
Install Type: Msi

[maui-windows]
Installation Source: VS 18.8.12021.73
Manifest Version: 10.0.20/10.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\10.0.100\microsoft.net.sdk.maui\10.0.20\WorkloadManifest.json
Install Type: Msi

[maccatalyst]
Installation Source: VS 18.8.12021.73
Manifest Version: 26.5.10284/10.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\10.0.100\microsoft.net.sdk.maccatalyst\26.5.10284\WorkloadManifest.json
Install Type: Msi

[ios]
Installation Source: VS 18.8.12021.73
Manifest Version: 26.5.10284/10.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\10.0.100\microsoft.net.sdk.ios\26.5.10284\WorkloadManifest.json
Install Type: Msi

[android]
Installation Source: VS 18.8.12021.73
Manifest Version: 36.1.43/10.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\10.0.100\microsoft.net.sdk.android\36.1.43\WorkloadManifest.json
Install Type: Msi

[wasm-tools-net8]
Installation Source: VS 18.8.12021.73
Manifest Version: 10.0.110/10.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\10.0.100\microsoft.net.workload.mono.toolchain.net8\10.0.110\WorkloadManifest.json
Install Type: Msi

[wasm-tools-net9]
Installation Source: VS 18.8.12021.73
Manifest Version: 10.0.110/10.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\10.0.100\microsoft.net.workload.mono.toolchain.net9\10.0.110\WorkloadManifest.json
Install Type: Msi

[wasm-tools]
Installation Source: VS 18.8.12021.73
Manifest Version: 10.0.110/10.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\10.0.100\microsoft.net.workload.mono.toolchain.current\10.0.110\WorkloadManifest.json
Install Type: Msi

Configured to use workload sets when installing new manifests.
No workload sets are installed. Run "dotnet workload restore" to install a workload set.

Host:
Version: 10.0.10
Architecture: x64
Commit: f7d90799ce

.NET SDKs installed:
8.0.423 [C:\Program Files\dotnet\sdk]
9.0.316 [C:\Program Files\dotnet\sdk]
10.0.302 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 8.0.29 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 9.0.18 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 10.0.10 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 8.0.29 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 9.0.18 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 10.0.10 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 8.0.29 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 9.0.18 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 10.0.10 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

Other architectures found:
x86 [C:\Program Files (x86)\dotnet]
registered at [HKLM\SOFTWARE\dotnet\Setup\InstalledVersions\x86\InstallLocation]

Environment variables:
DOTNET_CLI_UI_LANGUAGE [en-US]
DOTNET_MODERNIZATION_AGENT_PATH [c:\Users\Roman Idov.vscode\extensions\ms-dotnettools.vscode-dotnet-modernize-1.0.1161\prompts]
DOTNET_MULTILEVEL_LOOKUP [0]

global.json file:
Not found

Learn more:
https://aka.ms/dotnet/info

Download .NET:
https://aka.ms/dotnet/download

Visual Studio Code Extensions
Extension Author Version Folder Name
add-reference adrianwilczynski 1.0.2 adrianwilczynski.add-reference-1.0.2
azure-dev ms-azuretools 0.10.0 ms-azuretools.azure-dev-0.10.0
better-comments aaron-bond 3.0.2 aaron-bond.better-comments-3.0.2
chatgpt openai 26.803.41515 openai.chatgpt-26.803.41515-win32-x64
claude-code Anthropic 2.1.226 anthropic.claude-code-2.1.226-win32-x64
cmake twxs 0.0.17 twxs.cmake-0.0.17
cmake-tools ms-vscode 1.23.52 ms-vscode.cmake-tools-1.23.52
continue Continue 2.0.0 continue.continue-2.0.0-win32-x64
cpp-devtools ms-vscode 0.5.13 ms-vscode.cpp-devtools-0.5.13
cpptools ms-vscode 1.32.2 ms-vscode.cpptools-1.32.2-win32-x64
cpptools-extension-pack ms-vscode 1.5.1 ms-vscode.cpptools-extension-pack-1.5.1
cpptools-themes ms-vscode 2.0.0 ms-vscode.cpptools-themes-2.0.0
csdevkit ms-dotnettools 3.20.199 ms-dotnettools.csdevkit-3.20.199-win32-x64
csharp ms-dotnettools 2.140.9 ms-dotnettools.csharp-2.140.9-win32-x64
datawrangler ms-toolsai 1.24.2 ms-toolsai.datawrangler-1.24.2
debugpy ms-python 2026.6.0 ms-python.debugpy-2026.6.0-win32-x64
dotnet-maui ms-dotnettools 1.16.88 ms-dotnettools.dotnet-maui-1.16.88-win32-x64
geminicodeassist google 2.95.0 google.geminicodeassist-2.95.0
github-vscode-theme GitHub 6.3.5 github.github-vscode-theme-6.3.5
Ionide-fsharp Ionide 7.31.1 ionide.ionide-fsharp-7.31.1
jupyter ms-toolsai 2025.9.1 ms-toolsai.jupyter-2025.9.1-win32-x64
jupyter-keymap ms-toolsai 1.1.2 ms-toolsai.jupyter-keymap-1.1.2
jupyter-renderers ms-toolsai 1.3.0 ms-toolsai.jupyter-renderers-1.3.0
kimi-code moonshot-ai 0.6.7 moonshot-ai.kimi-code-0.6.7-win32-x64
material-icon-theme PKief 5.37.0 pkief.material-icon-theme-5.37.0
microsoft-testing ms-azure-load-testing 0.2.0 ms-azure-load-testing.microsoft-testing-0.2.0
migrate-java-to-azure vscjava 1.22.0 vscjava.migrate-java-to-azure-1.22.0-win32-x64
notepadplusplus-keybindings ms-vscode 1.0.7 ms-vscode.notepadplusplus-keybindings-1.0.7
ollama Ollama 0.0.7 ollama.ollama-0.0.7
perplexity-ext ghutu 2.0.1 ghutu.perplexity-ext-2.0.1
powershell ms-vscode 2026.1.2 ms-vscode.powershell-2026.1.2
prettier-vscode esbenp 12.4.0 esbenp.prettier-vscode-12.4.0
python ms-python 2026.4.0 ms-python.python-2026.4.0-win32-x64
python-ds-extension-pack ms-toolsai 0.0.1 ms-toolsai.python-ds-extension-pack-0.0.1
remote-containers ms-vscode-remote 0.466.0 ms-vscode-remote.remote-containers-0.466.0
remote-explorer ms-vscode 0.5.0 ms-vscode.remote-explorer-0.5.0
remote-ssh ms-vscode-remote 0.124.0 ms-vscode-remote.remote-ssh-0.124.0
remote-ssh-edit ms-vscode-remote 0.87.0 ms-vscode-remote.remote-ssh-edit-0.87.0
remote-wsl ms-vscode-remote 0.104.3 ms-vscode-remote.remote-wsl-0.104.3
upgrade-agent ms-dotnettools 1.1.290 ms-dotnettools.upgrade-agent-1.1.290
vscode-azure-github-copilot ms-azuretools 1.0.230 ms-azuretools.vscode-azure-github-copilot-1.0.230-win32-x64
vscode-azure-mcp-server ms-azuretools 2.0.46 ms-azuretools.vscode-azure-mcp-server-2.0.46-win32-x64
vscode-azureappservice ms-azuretools 0.27.0 ms-azuretools.vscode-azureappservice-0.27.0
vscode-azurecontainerapps ms-azuretools 0.11.2 ms-azuretools.vscode-azurecontainerapps-0.11.2
vscode-azurefunctions ms-azuretools 1.22.0 ms-azuretools.vscode-azurefunctions-1.22.0
vscode-azureresourcegroups ms-azuretools 0.12.7 ms-azuretools.vscode-azureresourcegroups-0.12.7
vscode-azurestaticwebapps ms-azuretools 0.13.3 ms-azuretools.vscode-azurestaticwebapps-0.13.3
vscode-azurestorage ms-azuretools 0.17.2 ms-azuretools.vscode-azurestorage-0.17.2
vscode-azurevirtualmachines ms-azuretools 0.6.11 ms-azuretools.vscode-azurevirtualmachines-0.6.11
vscode-cosmosdb ms-azuretools 0.36.0 ms-azuretools.vscode-cosmosdb-0.36.0
vscode-dotnet-modernize ms-dotnettools 1.0.1161 ms-dotnettools.vscode-dotnet-modernize-1.0.1161
vscode-dotnet-pack ms-dotnettools 1.0.13 ms-dotnettools.vscode-dotnet-pack-1.0.13
vscode-dotnet-runtime ms-dotnettools 3.1.0 ms-dotnettools.vscode-dotnet-runtime-3.1.0
vscode-github-actions github 0.32.3 github.vscode-github-actions-0.32.3
vscode-icons vscode-icons-team 12.19.0 vscode-icons-team.vscode-icons-12.19.0
vscode-jupyter-cell-tags ms-toolsai 0.1.9 ms-toolsai.vscode-jupyter-cell-tags-0.1.9
vscode-jupyter-slideshow ms-toolsai 0.1.6 ms-toolsai.vscode-jupyter-slideshow-0.1.6
vscode-markdownlint DavidAnson 0.62.1 davidanson.vscode-markdownlint-0.62.1
vscode-node-azure-pack ms-vscode 1.8.2 ms-vscode.vscode-node-azure-pack-1.8.2
vscode-print pdconsec 1.6.0 pdconsec.vscode-print-1.6.0
vscode-pull-request-github GitHub 0.163.2026080704 github.vscode-pull-request-github-0.163.2026080704
vscode-pylance ms-python 2026.3.1 ms-python.vscode-pylance-2026.3.1
vscode-python-envs ms-python 1.36.0 ms-python.vscode-python-envs-1.36.0-win32-x64
vscode-supabase-extension Supabase 0.0.13 supabase.vscode-supabase-extension-0.0.13
vscode-theme-onedark akamud 2.3.0 akamud.vscode-theme-onedark-2.3.0
vscode-yaml redhat 1.24.0 redhat.vscode-yaml-1.24.0
windows-ai-studio ms-windows-ai-studio 1.6.7 ms-windows-ai-studio.windows-ai-studio-1.6.7-win32-x64
C# Settings
Setting Value
preferCSharpExtension false
compilerDiagnosticScope openFiles
analyzerDiagnosticScope openFiles
enableXamlTools true
useServerGC true
System Info
Item Value
CPUs Intel(R) Core(TM) i9-14900KF (32 x 3187)
GPU Status 2d_canvas: enabled
GPU0: VENDOR= 0x10de, DEVICE=0x2c02 [NVIDIA GeForce RTX 5080], DRIVER_VENDOR=NVIDIA, DRIVER_VERSION=32.0.16.1088 ACTIVE
GPU1: VENDOR= 0x1414, DEVICE=0x008c [Microsoft Basic Render Driver], DRIVER_VERSION=10.0.26100.8875
Machine model name:
Machine model version:
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
trees_in_viz: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) undefined
Memory (System) 191.76GB (151.99GB free)
Process Argv --crash-reporter-id f0f18a37-dc74-4941-b25b-9f25dddadece
Screen Reader no
VM 0%
A/B Experiments
vsliv368:30146709
vswsl492cf:30256860
binariesv615:30325510
nativeloc1:31344060
dwcopilot:31170013
dwoutputs:31242946
copilot_t_ci:31333650
e5gg6876:31282496
pythonrdcb7:31342333
6518g693:31463988
aj953862:31281341
envsactivate1:31551504
cloudbuttont:31379625
42190218_ostrepl:31403339
55ia6109:31457054
ec5jj548:31422691
cp_cls_t_966_ss:31526232
4je02754:31466945
c3h7c220:31478652
ge8j1254_inline_auto_hint_haiku:31490510
cp_cls_c_1081:31454833
conptydll_true:31498968
e9c30283:31461165
test_treatment2:31471001
46204921:31447328
capico_axe_098a3278:31555651
idci7584:31464702
e3e4d672:31494082
ei9d7968:31496641
nes-extended-on:31455476
chat:31457767
8hig5102:31480529
89g7j272:31518289
7e187181:31503455
i2gc6536:31499202
52612955:31516516
ghj88844:31499326
ddid_c:31478207
hmra_i5g22:31518061
7df3h592:31512476
cp_cls_t_1082:31535311
logging_enabled_new:31498466
j0d79568:31499440
jb_cp_cls_t_632:31543129
56dj4588:31512888
32d76977:31512328
ha629193:31508444
cdk-lw-on:31524445
f9bf7985:31543584
jh5f2457_c:31540921
hgf2d445:31529595
jbcp_cls_pctr_t:31531130
61138546:31518536
cp_intellij_t_nes:31548657
jf4hg949:31526829
nes-curr-leftover-1500:31538366
ahp-both-windows:31556933
h561g132:31533256
session_8:31532895
chatquotatrajectorynudge-control:31548766
ihg5j128:31534457
f412h606:31551416
7g2b5551:31542111
max-result-200:31551155
5fe6f778:31554331
allow-none:31555437
fd5dc207:31551400
c7c27ce7:31554789
nes-gb3-nf-4k:31554344
8hc4g144:31558143
1532g621_copy:31554320
treatment-23-1:31555779
unuse_dynamic_mcp:31555281
switchtoauto:31559321
vrbsty_fls:31561059
session-mark-done:31558131

Metadata

Metadata

Assignees

No one assigned

    Labels

    C#DKThe C#DK extension is installeduntriaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions