Skip to content

document error constantly pops up #9200

@Taxeon

Description

@Taxeon

Type: Bug

Issue Description

Steps to Reproduce

Expected Behavior

Actual Behavior

Extension version: 2.130.5
VS Code version: Code 1.116.0 (560a9dba96f961efea7b1612916f89e5d5d4d679, 2026-04-15T00:28:13Z)
OS version: Windows_NT x64 10.0.26200
Modes:

Logs

C# log

Details
2026-04-16 22:21:38.887 [info] Locating .NET runtime version 10.0.5
2026-04-16 22:21:42.047 [info] Dotnet path: C:\Program Files\dotnet\dotnet.exe
2026-04-16 22:21:42.047 [info] Activating C# + C# Dev Kit...
2026-04-16 22:21:44.663 [info] info: Program[0]
2026-04-16 22:21:44.667 [info]       Server started with process ID 8404
2026-04-16 22:21:48.668 [info] [Program] Language server initialized
2026-04-16 22:21:49.187 [info] [Program] Monitoring client process 2368 for exit
2026-04-17 09:28:39.346 [info] [textDocument/definition] [Microsoft.CodeAnalysis.MSBuild.BuildHostProcessManager] .NET BuildHost started from c:\Users\Kenne\.vscode\extensions\ms-dotnettools.csharp-2.130.5-win32-x64\.roslyn\Microsoft.CodeAnalysis.LanguageServer.exe reloading to start from C:\Program Files\dotnet\dotnet.exe to match necessary SDK location.
2026-04-17 09:28:41.543 [warning] [textDocument/definition] [LanguageServerProjectLoader] Project C:\Users\Kenne\AppData\Local\Temp\roslyn-canonical-misc\c5da4284-9b80-4316-ab41-beefee112a6f\Canonical.csproj has unresolved dependencies
2026-04-17 09:28:41.812 [info] [textDocument/definition] [LanguageServerProjectLoader] Successfully completed load of C:\Users\Kenne\AppData\Local\Temp\roslyn-canonical-misc\c5da4284-9b80-4316-ab41-beefee112a6f\Canonical.cs
2026-04-17 09:28:41.871 [info] [textDocument/definition] [LanguageServerProjectLoader] Restoring Canonical.cs: Running dotnet restore on C:\Users\Kenne\AppData\Local\Temp\roslyn-canonical-misc\c5da4284-9b80-4316-ab41-beefee112a6f\Canonical.cs
2026-04-17 09:28:41.909 [info] [textDocument/definition] [Microsoft.CodeAnalysis.LanguageServer.DotnetCliHelper] Using dotnet executable configured on the PATH
2026-04-17 09:28:44.502 [info] [textDocument/definition] [LanguageServerProjectLoader] Restoring Canonical.cs:   Determining projects to restore...
2026-04-17 09:28:45.691 [info] [textDocument/definition] [LanguageServerProjectLoader] Restoring Canonical.cs:   Restored C:\Users\Kenne\AppData\Local\Temp\roslyn-canonical-misc\c5da4284-9b80-4316-ab41-beefee112a6f\Canonical.csproj (in 568 ms).
2026-04-17 09:28:45.773 [info] [textDocument/definition] [LanguageServerProjectLoader] Restore complete
2026-04-17 09:28:45.775 [info] [textDocument/definition] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:06.8323923
2026-04-17 13:09:53.268 [error] [textDocument/didOpen] [LSP] Unable to parse URI _claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs
2026-04-17 13:09:54.673 [error] [textDocument/diagnostic] [LSP] System.UriFormatException: Failed create URI from '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'; original string: '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'
 ---> System.UriFormatException: Invalid URI: The URI scheme is not valid.
   at Microsoft.CodeAnalysis.LanguageServer.ProtocolConversions.CreateAbsoluteUri(String absolutePath) in /_/src/LanguageServer/Protocol/Extensions/ProtocolConversions.cs:line 201
   --- End of inner exception stack trace ---
   at Microsoft.CodeAnalysis.LanguageServer.ProtocolConversions.CreateAbsoluteUri(String absolutePath) in /_/src/LanguageServer/Protocol/Extensions/ProtocolConversions.cs:line 213
   at Microsoft.CodeAnalysis.LanguageServer.Extensions.GetURI(TextDocument document) in /_/src/LanguageServer/Protocol/Extensions/Extensions.cs:line 30
   at Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.AbstractDocumentDiagnosticSource`1.GetDocumentIdentifier() in /_/src/LanguageServer/Protocol/Handler/Diagnostics/DiagnosticSources/AbstractDocumentDiagnosticSource.cs:line 26
   at Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.AbstractPullDiagnosticHandler`3.ReportCurrentDiagnostics(IDiagnosticSource diagnosticSource, ImmutableArray`1 diagnostics, BufferedProgress`1 progress, String newResultId, ClientCapabilities clientCapabilities) in /_/src/LanguageServer/Protocol/Handler/Diagnostics/AbstractPullDiagnosticHandler.cs:line 280
   at Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.AbstractPullDiagnosticHandler`3.HandleRequestAsync(TDiagnosticsParams diagnosticsParams, RequestContext context, CancellationToken cancellationToken) in /_/src/LanguageServer/Protocol/Handler/Diagnostics/AbstractPullDiagnosticHandler.cs:line 166
   at Microsoft.CommonLanguageServerProtocol.Framework.QueueItem`1.StartRequestAsync[TRequest,TResponse](TRequest request, TRequestContext context, IMethodHandler handler, String language, CancellationToken cancellationToken) in /_/src/LanguageServer/Microsoft.CommonLanguageServerProtocol.Framework/QueueItem.cs:line 192
2026-04-17 13:09:54.690 [error] Request textDocument/diagnostic failed.
  Message: Failed create URI from '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'; original string: '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'
  Code: -32000 
[object Object]
2026-04-17 13:09:54.690 [error] Document pull failed for text document _claude_fs_right:/c%3A/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs
  Message: Failed create URI from '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'; original string: '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'
  Code: -32000 
[object Object]
2026-04-17 13:09:55.280 [error] [textDocument/diagnostic] [LSP] System.UriFormatException: Failed create URI from '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'; original string: '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'
 ---> System.UriFormatException: Invalid URI: The URI scheme is not valid.
   at Microsoft.CodeAnalysis.LanguageServer.ProtocolConversions.CreateAbsoluteUri(String absolutePath) in /_/src/LanguageServer/Protocol/Extensions/ProtocolConversions.cs:line 201
   --- End of inner exception stack trace ---
   at Microsoft.CodeAnalysis.LanguageServer.ProtocolConversions.CreateAbsoluteUri(String absolutePath) in /_/src/LanguageServer/Protocol/Extensions/ProtocolConversions.cs:line 213
   at Microsoft.CodeAnalysis.LanguageServer.Extensions.GetURI(TextDocument document) in /_/src/LanguageServer/Protocol/Extensions/Extensions.cs:line 30
   at Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.AbstractDocumentDiagnosticSource`1.GetDocumentIdentifier() in /_/src/LanguageServer/Protocol/Handler/Diagnostics/DiagnosticSources/AbstractDocumentDiagnosticSource.cs:line 26
   at Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.AbstractPullDiagnosticHandler`3.ReportCurrentDiagnostics(IDiagnosticSource diagnosticSource, ImmutableArray`1 diagnostics, BufferedProgress`1 progress, String newResultId, ClientCapabilities clientCapabilities) in /_/src/LanguageServer/Protocol/Handler/Diagnostics/AbstractPullDiagnosticHandler.cs:line 280
   at Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.AbstractPullDiagnosticHandler`3.HandleRequestAsync(TDiagnosticsParams diagnosticsParams, RequestContext context, CancellationToken cancellationToken) in /_/src/LanguageServer/Protocol/Handler/Diagnostics/AbstractPullDiagnosticHandler.cs:line 166
   at Microsoft.CommonLanguageServerProtocol.Framework.QueueItem`1.StartRequestAsync[TRequest,TResponse](TRequest request, TRequestContext context, IMethodHandler handler, String language, CancellationToken cancellationToken) in /_/src/LanguageServer/Microsoft.CommonLanguageServerProtocol.Framework/QueueItem.cs:line 192
2026-04-17 13:09:55.281 [error] Request textDocument/diagnostic failed.
  Message: Failed create URI from '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'; original string: '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'
  Code: -32000 
[object Object]
2026-04-17 13:09:55.281 [error] Document pull failed for text document _claude_fs_right:/c%3A/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs
  Message: Failed create URI from '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'; original string: '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'
  Code: -32000 
[object Object]
2026-04-17 13:09:55.553 [error] [textDocument/diagnostic] [LSP] System.UriFormatException: Failed create URI from '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'; original string: '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'
 ---> System.UriFormatException: Invalid URI: The URI scheme is not valid.
   at Microsoft.CodeAnalysis.LanguageServer.ProtocolConversions.CreateAbsoluteUri(String absolutePath) in /_/src/LanguageServer/Protocol/Extensions/ProtocolConversions.cs:line 201
   --- End of inner exception stack trace ---
   at Microsoft.CodeAnalysis.LanguageServer.ProtocolConversions.CreateAbsoluteUri(String absolutePath) in /_/src/LanguageServer/Protocol/Extensions/ProtocolConversions.cs:line 213
   at Microsoft.CodeAnalysis.LanguageServer.Extensions.GetURI(TextDocument document) in /_/src/LanguageServer/Protocol/Extensions/Extensions.cs:line 30
   at Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.AbstractDocumentDiagnosticSource`1.GetDocumentIdentifier() in /_/src/LanguageServer/Protocol/Handler/Diagnostics/DiagnosticSources/AbstractDocumentDiagnosticSource.cs:line 26
   at Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.AbstractPullDiagnosticHandler`3.ReportCurrentDiagnostics(IDiagnosticSource diagnosticSource, ImmutableArray`1 diagnostics, BufferedProgress`1 progress, String newResultId, ClientCapabilities clientCapabilities) in /_/src/LanguageServer/Protocol/Handler/Diagnostics/AbstractPullDiagnosticHandler.cs:line 280
   at Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.AbstractPullDiagnosticHandler`3.HandleRequestAsync(TDiagnosticsParams diagnosticsParams, RequestContext context, CancellationToken cancellationToken) in /_/src/LanguageServer/Protocol/Handler/Diagnostics/AbstractPullDiagnosticHandler.cs:line 166
   at Microsoft.CommonLanguageServerProtocol.Framework.QueueItem`1.StartRequestAsync[TRequest,TResponse](TRequest request, TRequestContext context, IMethodHandler handler, String language, CancellationToken cancellationToken) in /_/src/LanguageServer/Microsoft.CommonLanguageServerProtocol.Framework/QueueItem.cs:line 192
2026-04-17 13:09:55.554 [error] Request textDocument/diagnostic failed.
  Message: Failed create URI from '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'; original string: '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'
  Code: -32000 
[object Object]
2026-04-17 13:09:55.554 [error] Document pull failed for text document _claude_fs_right:/c%3A/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs
  Message: Failed create URI from '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'; original string: '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'
  Code: -32000 
[object Object]
2026-04-17 13:09:56.049 [error] [textDocument/diagnostic] [LSP] System.UriFormatException: Failed create URI from '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'; original string: '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'
 ---> System.UriFormatException: Invalid URI: The URI scheme is not valid.
   at Microsoft.CodeAnalysis.LanguageServer.ProtocolConversions.CreateAbsoluteUri(String absolutePath) in /_/src/LanguageServer/Protocol/Extensions/ProtocolConversions.cs:line 201
   --- End of inner exception stack trace ---
   at Microsoft.CodeAnalysis.LanguageServer.ProtocolConversions.CreateAbsoluteUri(String absolutePath) in /_/src/LanguageServer/Protocol/Extensions/ProtocolConversions.cs:line 213
   at Microsoft.CodeAnalysis.LanguageServer.Extensions.GetURI(TextDocument document) in /_/src/LanguageServer/Protocol/Extensions/Extensions.cs:line 30
   at Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.AbstractDocumentDiagnosticSource`1.GetDocumentIdentifier() in /_/src/LanguageServer/Protocol/Handler/Diagnostics/DiagnosticSources/AbstractDocumentDiagnosticSource.cs:line 26
   at Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.AbstractPullDiagnosticHandler`3.ReportCurrentDiagnostics(IDiagnosticSource diagnosticSource, ImmutableArray`1 diagnostics, BufferedProgress`1 progress, String newResultId, ClientCapabilities clientCapabilities) in /_/src/LanguageServer/Protocol/Handler/Diagnostics/AbstractPullDiagnosticHandler.cs:line 280
   at Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.AbstractPullDiagnosticHandler`3.HandleRequestAsync(TDiagnosticsParams diagnosticsParams, RequestContext context, CancellationToken cancellationToken) in /_/src/LanguageServer/Protocol/Handler/Diagnostics/AbstractPullDiagnosticHandler.cs:line 166
   at Microsoft.CommonLanguageServerProtocol.Framework.QueueItem`1.StartRequestAsync[TRequest,TResponse](TRequest request, TRequestContext context, IMethodHandler handler, String language, CancellationToken cancellationToken) in /_/src/LanguageServer/Microsoft.CommonLanguageServerProtocol.Framework/QueueItem.cs:line 192
2026-04-17 13:09:56.050 [error] Request textDocument/diagnostic failed.
  Message: Failed create URI from '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'; original string: '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'
  Code: -32000 
[object Object]
2026-04-17 13:09:56.051 [error] Document pull failed for text document _claude_fs_right:/c%3A/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs
  Message: Failed create URI from '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'; original string: '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'
  Code: -32000 
[object Object]
2026-04-17 13:09:57.717 [error] [textDocument/diagnostic] [LSP] System.UriFormatException: Failed create URI from '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'; original string: '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'
 ---> System.UriFormatException: Invalid URI: The URI scheme is not valid.
   at Microsoft.CodeAnalysis.LanguageServer.ProtocolConversions.CreateAbsoluteUri(String absolutePath) in /_/src/LanguageServer/Protocol/Extensions/ProtocolConversions.cs:line 201
   --- End of inner exception stack trace ---
   at Microsoft.CodeAnalysis.LanguageServer.ProtocolConversions.CreateAbsoluteUri(String absolutePath) in /_/src/LanguageServer/Protocol/Extensions/ProtocolConversions.cs:line 213
   at Microsoft.CodeAnalysis.LanguageServer.Extensions.GetURI(TextDocument document) in /_/src/LanguageServer/Protocol/Extensions/Extensions.cs:line 30
   at Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.AbstractDocumentDiagnosticSource`1.GetDocumentIdentifier() in /_/src/LanguageServer/Protocol/Handler/Diagnostics/DiagnosticSources/AbstractDocumentDiagnosticSource.cs:line 26
   at Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.AbstractPullDiagnosticHandler`3.ReportCurrentDiagnostics(IDiagnosticSource diagnosticSource, ImmutableArray`1 diagnostics, BufferedProgress`1 progress, String newResultId, ClientCapabilities clientCapabilities) in /_/src/LanguageServer/Protocol/Handler/Diagnostics/AbstractPullDiagnosticHandler.cs:line 280
   at Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.AbstractPullDiagnosticHandler`3.HandleRequestAsync(TDiagnosticsParams diagnosticsParams, RequestContext context, CancellationToken cancellationToken) in /_/src/LanguageServer/Protocol/Handler/Diagnostics/AbstractPullDiagnosticHandler.cs:line 166
   at Microsoft.CommonLanguageServerProtocol.Framework.QueueItem`1.StartRequestAsync[TRequest,TResponse](TRequest request, TRequestContext context, IMethodHandler handler, String language, CancellationToken cancellationToken) in /_/src/LanguageServer/Microsoft.CommonLanguageServerProtocol.Framework/QueueItem.cs:line 192
2026-04-17 13:09:57.718 [error] Request textDocument/diagnostic failed.
  Message: Failed create URI from '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'; original string: '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'
  Code: -32000 
[object Object]
2026-04-17 13:09:57.718 [error] Document pull failed for text document _claude_fs_right:/c%3A/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs
  Message: Failed create URI from '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'; original string: '_claude_fs_right:/c:/GitRepos/FanToZFootball/FTZFUIUnity/FTZF/Assets/Scripts/GameProcessing/GameData/ApiRouter.cs'
  Code: -32000 
[object Object]

C# LSP Trace Logs log

Details

Environment Information

VSCode version: 1.116.0
C# Extension: 2.130.5
Using OmniSharp: false

Dotnet Information .NET SDK: Version: 10.0.202 Commit: 1e7d5a8ae3 Workload version: 10.0.200-manifests.d9cd7ded MSBuild version: 18.3.3+1e7d5a8ae

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.202\

.NET workloads installed:
[maui-windows]
Installation Source: VS 17.14.37203.1, VS 18.3.11312.210
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 17.14.37203.1, VS 18.3.11312.210
Manifest Version: 26.2.10233/10.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\10.0.100\microsoft.net.sdk.maccatalyst\26.2.10233\WorkloadManifest.json
Install Type: Msi

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

[android]
Installation Source: VS 17.14.37203.1, VS 18.3.11312.210
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

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.6
Architecture: x64
Commit: 47fb725acf

.NET SDKs installed:
9.0.201 [C:\Program Files\dotnet\sdk]
9.0.313 [C:\Program Files\dotnet\sdk]
10.0.101 [C:\Program Files\dotnet\sdk]
10.0.202 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 8.0.22 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 8.0.26 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 9.0.11 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 9.0.15 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 10.0.1 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 10.0.6 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 8.0.22 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.26 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 9.0.11 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 9.0.15 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 10.0.1 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 10.0.6 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 8.0.22 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 8.0.26 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 9.0.11 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 9.0.15 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 10.0.1 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 10.0.6 [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]

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
clang-format xaver 1.9.0 xaver.clang-format-1.9.0
claude-code Anthropic 2.1.112 anthropic.claude-code-2.1.112-win32-x64
clickuplink clickuplink 1.7.3 clickuplink.clickuplink-1.7.3
csdevkit ms-dotnettools 3.10.14 ms-dotnettools.csdevkit-3.10.14-win32-x64
csharp ms-dotnettools 2.130.5 ms-dotnettools.csharp-2.130.5-win32-x64
debugpy ms-python 2025.18.0 ms-python.debugpy-2025.18.0-win32-x64
docker docker 0.18.0 docker.docker-0.18.0-win32-x64
docker-explorer formulahendry 0.1.7 formulahendry.docker-explorer-0.1.7
githistory donjayamanne 0.6.20 donjayamanne.githistory-0.6.20
gitignore codezombiech 0.10.0 codezombiech.gitignore-0.10.0
gitlens eamodio 17.12.0 eamodio.gitlens-17.12.0
go golang 0.52.2 golang.go-0.52.2
java redhat 1.54.0 redhat.java-1.54.0-win32-x64
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
makefile-tools ms-vscode 0.12.17 ms-vscode.makefile-tools-0.12.17
migrate-java-to-azure vscjava 1.16.0 vscjava.migrate-java-to-azure-1.16.0-win32-x64
mongodb-vscode mongodb 1.16.0 mongodb.mongodb-vscode-1.16.0
npm-intellisense christian-kohler 1.4.5 christian-kohler.npm-intellisense-1.4.5
powershell ms-vscode 2025.4.0 ms-vscode.powershell-2025.4.0
prettier-vscode esbenp 12.4.0 esbenp.prettier-vscode-12.4.0
protobuf-vsc DrBlury 1.6.0 drblury.protobuf-vsc-1.6.0
python ms-python 2026.4.0 ms-python.python-2026.4.0-win32-x64
remote-containers ms-vscode-remote 0.447.0 ms-vscode-remote.remote-containers-0.447.0
vs-code-prettier-eslint rvest 6.0.0 rvest.vs-code-prettier-eslint-6.0.0
vscode-codemetrics kisstkondoros 1.26.1 kisstkondoros.vscode-codemetrics-1.26.1
vscode-containers ms-azuretools 2.4.1 ms-azuretools.vscode-containers-2.4.1
vscode-docker ms-azuretools 2.0.0 ms-azuretools.vscode-docker-2.0.0
vscode-dotnet-modernize ms-dotnettools 1.0.1037 ms-dotnettools.vscode-dotnet-modernize-1.0.1037
vscode-dotnet-runtime ms-dotnettools 3.0.0 ms-dotnettools.vscode-dotnet-runtime-3.0.0
vscode-edge-devtools ms-edgedevtools 2.1.10 ms-edgedevtools.vscode-edge-devtools-2.1.10
vscode-eslint dbaeumer 3.0.24 dbaeumer.vscode-eslint-3.0.24
vscode-github-actions github 0.31.3 github.vscode-github-actions-0.31.3
vscode-gradle vscjava 3.17.3 vscjava.vscode-gradle-3.17.3
vscode-icons vscode-icons-team 12.17.0 vscode-icons-team.vscode-icons-12.17.0
vscode-java-debug vscjava 0.59.0 vscjava.vscode-java-debug-0.59.0
vscode-java-dependency vscjava 0.27.2 vscjava.vscode-java-dependency-0.27.2
vscode-java-pack vscjava 0.30.5 vscjava.vscode-java-pack-0.30.5
vscode-java-test vscjava 0.45.0 vscjava.vscode-java-test-0.45.0
vscode-java-upgrade vscjava 2.1.1 vscjava.vscode-java-upgrade-2.1.1
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-maven vscjava 0.45.2 vscjava.vscode-maven-0.45.2
vscode-open-in-github ziyasal 1.3.6 ziyasal.vscode-open-in-github-1.3.6
vscode-pull-request-github GitHub 0.136.0 github.vscode-pull-request-github-0.136.0
vscode-pylance ms-python 2026.2.1 ms-python.vscode-pylance-2026.2.1
vscode-python-envs ms-python 1.28.0 ms-python.vscode-python-envs-1.28.0-win32-x64
vscode-speech ms-vscode 0.16.0 ms-vscode.vscode-speech-0.16.0-win32-x64
vscode-tailwindcss bradlc 0.14.29 bradlc.vscode-tailwindcss-0.14.29
C# Settings
Setting Value
preferCSharpExtension false
compilerDiagnosticScope openFiles
analyzerDiagnosticScope openFiles
enableXamlTools true
useServerGC true
System Info
Item Value
CPUs 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz (8 x 2995)
GPU Status 2d_canvas: enabled
GPU0: VENDOR= 0x8086, DEVICE=0x9a49 [Intel(R) Iris(R) Xe Graphics], DRIVER_VENDOR=Intel, DRIVER_VERSION=32.0.101.6737 ACTIVE
GPU1: VENDOR= 0x1414, DEVICE=0x008c [Microsoft Basic Render Driver], DRIVER_VERSION=10.0.26100.8246
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
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) undefined
Memory (System) 31.84GB (5.05GB free)
Process Argv --folder-uri file:///c%3A/GitRepos/FanToZFootball --crash-reporter-id 4a8d36e8-fb85-4bd0-90fa-553c053a3d6a
Screen Reader no
VM 0%
A/B Experiments
vsliv368cf:30146710
pythonvspyt551:31249599
binariesv615:30325510
nativeloc1:31344060
dwcopilot:31170013
dwoutputs:31242946
copilot_t_ci:31333650
e5gg6876:31282496
pythonrdcb7:31342333
6518g693:31463988
aj953862:31281341
6abeh943:31336334
envsdeactivate2:31464701
editstats-enabled:31346257
cloudbuttont:31379625
3efgi100_wstrepl:31403338
bj468946:31457056
use-responses-api:31390855
je187915:31401257
ec5jj548:31422691
cp_cls_c_966_ss:31454199
4je02754:31466945
c3h7c220:31478652
ge8j1254_inline_auto_hint_haiku:31490510
38bie571_auto:31478678
cp_cls_t_1081:31454832
conptydll_true:31489736
ia-use-proxy-models-svc:31452481
e9c30283:31461165
test_treatment2:31471001
control_6dc23131:31495068
idci7584:31464702
e3e4d672:31494082
ei9d7968:31496641
534a6447:31496642
nes-extended-on:31455476
chat:31457767
8hig5102:31480529
gpt54_g361f185:31495259
67jbj424:31495046
cpptoolsoff-v2:31475362
i2gc6536:31494041
30450953:31494756
inline_hover_fd9bg283:31492073
ec1eg703:31491645
client_tst_t:31495907
po_split_t:31488386
ddid_t:31478206
getcmakediagnosticson:31489824
ja75b849:31495667
nes-perm-reb-1:31490410
pro_large_t:31492544
cp_cls_c_1082:31491634
719di409_sum_t:31495624
nes-async-ew-check-on:31491820
logging_disabled_new:31493366
nes-ew-div-ctrl:31495479
output_2x:31496635

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions