Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick fix "Replace auto-property with methods" fails with "Request codeAction/resolve failed" #7887

Open
NancokPS2 opened this issue Dec 22, 2024 · 0 comments

Comments

@NancokPS2
Copy link

Type: Bug

Issue Description

Quick fix "Replace PROPERTYNAMEHERE with method" results in the popup error "Request codeAction/resolve failed Source: C#"
I have tried rolling back version control to versions where this DID work to no avail.

Steps to Reproduce

  • Create a field inside any class such as public string Text {get; set;}
  • Open the quick fix menu with CTRL+.
  • Select the option Replace 'Text' with methods.
  • Error appears.

Expected Behavior

The aciton to be carried out as described.

Actual Behavior

The document remains unmodified and the error pops up.
(Do note that i did try this exact line in various other documents, including fresh ones.)
Image

Logs

C# log

2024-12-22 14:40:50.922 [info] [Error - 2:40:50 PM] [LanguageServerHost] System.InvalidOperationException: The solution does not contain the specified document. at Microsoft.CodeAnalysis.Solution.CheckContainsDocument(DocumentId documentId) in /_/src/Workspaces/Core/Portable/Workspace/Solution/Solution.cs:line 1725 at Microsoft.CodeAnalysis.Solution.WithDocumentSyntaxRoots(ImmutableArray`1 syntaxRoots, PreservationMode mode) in /_/src/Workspaces/Core/Portable/Workspace/Solution/Solution.cs:line 1354 at Microsoft.CodeAnalysis.Solution.WithDocumentSyntaxRoot(DocumentId documentId, SyntaxNode root, PreservationMode mode) in /_/src/Workspaces/Core/Portable/Workspace/Solution/Solution.cs:line 1346 at Microsoft.CodeAnalysis.ReplacePropertyWithMethods.ReplacePropertyWithMethodsCodeRefactoringProvider.UpdateReferencesInDocumentAsync(Solution updatedSolution, Document originalDocument, IEnumerable`1 references, ImmutableDictionary`2 propertyToBackingField, String desiredGetMethodName, String desiredSetMethodName, CancellationToken cancellationToken) in /_/src/Features/Core/Portable/ReplacePropertyWithMethods/ReplacePropertyWithMethodsCodeRefactoringProvider.cs:line 234 at Microsoft.CodeAnalysis.ReplacePropertyWithMethods.ReplacePropertyWithMethodsCodeRefactoringProvider.UpdateReferencesAsync(Solution updatedSolution, ILookup`2 referencesByDocument, ImmutableDictionary`2 propertyToBackingField, String desiredGetMethodName, String desiredSetMethodName, CancellationToken cancellationToken) in /_/src/Features/Core/Portable/ReplacePropertyWithMethods/ReplacePropertyWithMethodsCodeRefactoringProvider.cs:line 209 at Microsoft.CodeAnalysis.ReplacePropertyWithMethods.ReplacePropertyWithMethodsCodeRefactoringProvider.ReplacePropertyWithMethodsAsync(Document document, IPropertySymbol propertySymbol, CancellationToken cancellationToken) in /_/src/Features/Core/Portable/ReplacePropertyWithMethods/ReplacePropertyWithMethodsCodeRefactoringProvider.cs:line 108 at Microsoft.CodeAnalysis.CodeActions.CodeAction.ComputeOperationsAsync(IProgress`1 progress, CancellationToken cancellationToken) in /_/src/Workspaces/Core/Portable/CodeActions/CodeAction.cs:line 307 at Microsoft.CodeAnalysis.CodeActions.CodeAction.GetOperationsCoreAsync(Solution originalSolution, IProgress`1 progress, CancellationToken cancellationToken) in /_/src/Workspaces/Core/Portable/CodeActions/CodeAction.cs:line 244 at Microsoft.CodeAnalysis.LanguageServer.Handler.CodeActionResolveHandler.HandleRequestAsync(CodeAction codeAction, RequestContext context, CancellationToken cancellationToken) in /_/src/LanguageServer/Protocol/Handler/CodeActions/CodeActionResolveHandler.cs:line 91 at Microsoft.CommonLanguageServerProtocol.Framework.QueueItem`1.StartRequestAsync[TRequest,TResponse](TRequest request, TRequestContext context, IMethodHandler handler, String language, CancellationToken cancellationToken) 2024-12-22 14:40:50.925 [info] [Error - 2:40:50 PM] Request codeAction/resolve failed. 2024-12-22 14:40:50.925 [info] Message: The solution does not contain the specified document. Code: -32000 [object Object]

C# LSP Trace Logs

2024-12-22 14:44:49.957 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:49.958 [info] [LanguageServerHost] [05:44:49.956][Start]textDocument/hover 2024-12-22 14:44:49.960 [info] [LanguageServerHost] [05:44:49.956][End]textDocument/hover 2024-12-22 14:44:50.189 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:50.190 [info] [LanguageServerHost] [05:44:50.188][Start]textDocument/hover 2024-12-22 14:44:50.192 [info] [LanguageServerHost] [05:44:50.190][End]textDocument/hover 2024-12-22 14:44:50.905 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:50.906 [info] [LanguageServerHost] [05:44:50.904][Start]textDocument/hover 2024-12-22 14:44:50.909 [info] [LanguageServerHost] [05:44:50.906][End]textDocument/hover 2024-12-22 14:44:50.936 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:50.937 [info] [LanguageServerHost] [05:44:50.935][Start]textDocument/_vs_getProjectContexts 2024-12-22 14:44:50.938 [info] [LanguageServerHost] [05:44:50.935][End]textDocument/_vs_getProjectContexts 2024-12-22 14:44:50.997 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:50.997 [info] [LanguageServerHost] [05:44:50.995][Start]textDocument/documentHighlight 2024-12-22 14:44:51.009 [info] [LanguageServerHost] [05:44:51.007][End]textDocument/documentHighlight 2024-12-22 14:44:51.199 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:51.200 [info] [LanguageServerHost] [05:44:51.198][Start]textDocument/codeLens 2024-12-22 14:44:51.202 [info] [LanguageServerHost] [05:44:51.198][End]textDocument/codeLens 2024-12-22 14:44:51.460 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:51.462 [info] [LanguageServerHost] [05:44:51.459][Start]codeLens/resolve 2024-12-22 14:44:51.462 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:51.463 [info] [LanguageServerHost] [05:44:51.460][Start]codeLens/resolve 2024-12-22 14:44:51.484 [info] [LanguageServerHost] [05:44:51.480][End]codeLens/resolve 2024-12-22 14:44:51.500 [info] [LanguageServerHost] [05:44:51.498][End]codeLens/resolve 2024-12-22 14:44:51.680 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:51.681 [info] [LanguageServerHost] [05:44:51.678][Start]textDocument/definition 2024-12-22 14:44:51.682 [info] [SourceLink] Navigating to symbol 'string' from 'System.Runtime'. 2024-12-22 14:44:51.683 [info] [SourceLink] Symbol found in assembly path 'C:\Users\Puroweso\.nuget\packages\microsoft.netcore.app.ref\6.0.35\ref\net6.0\System.Runtime.dll' 2024-12-22 14:44:51.683 [info] [SourceLink] Source is a reference assembly, not enough information to find PDB. 2024-12-22 14:44:51.701 [info] [LanguageServerHost] [05:44:51.698][End]textDocument/definition 2024-12-22 14:44:51.802 [info] [LanguageServerHost] No request parameters given, using default language handler 2024-12-22 14:44:51.802 [info] [LanguageServerHost] [05:44:51.799][Start]workspace/buildOnlyDiagnosticIds 2024-12-22 14:44:51.803 [info] [LanguageServerHost] [05:44:51.800][End]workspace/buildOnlyDiagnosticIds 2024-12-22 14:44:51.807 [info] [LanguageServerHost] [05:44:51.806][Start]textDocument/didOpen 2024-12-22 14:44:51.807 [info] [LanguageServerHost] didOpen for file:///c:/Users/Puroweso/AppData/Local/Temp/MetadataAsSource/d337fd8f18d1484689508cefa9cdcb6f/DecompilationMetadataAsSourceFileProvider/1794a5a9060c4a899319f9b9cd26e0cc/String.cs 2024-12-22 14:44:51.808 [info] [LanguageServerHost] [05:44:51.806][End]textDocument/didOpen 2024-12-22 14:44:51.809 [info] [LanguageServerHost] [05:44:51.806][Start]textDocument/didClose 2024-12-22 14:44:51.809 [info] [LanguageServerHost] didClose for file:///c:/Users/Puroweso/AppData/Local/Temp/MetadataAsSource/d337fd8f18d1484689508cefa9cdcb6f/DecompilationMetadataAsSourceFileProvider/1794a5a9060c4a899319f9b9cd26e0cc/String.cs 2024-12-22 14:44:51.809 [info] [LanguageServerHost] [05:44:51.806][End]textDocument/didClose 2024-12-22 14:44:51.810 [info] [LanguageServerHost] Closing workspace/diagnostics request for enc 2024-12-22 14:44:51.810 [info] [LanguageServerHost] Closing workspace/diagnostics request for WorkspaceDocumentsAndProject 2024-12-22 14:44:51.810 [info] [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicWorkspacePullDiagnosticsHandler finished getting diagnostics 2024-12-22 14:44:51.811 [info] [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicWorkspacePullDiagnosticsHandler finished getting diagnostics 2024-12-22 14:44:51.812 [info] [LanguageServerHost] [05:44:51.807][End]workspace/diagnostic 2024-12-22 14:44:51.812 [info] [LanguageServerHost] [05:44:51.807][End]workspace/diagnostic 2024-12-22 14:44:51.839 [info] [LanguageServerHost] Closing workspace/diagnostics request for HotReloadDiagnostics 2024-12-22 14:44:51.839 [info] [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicWorkspacePullDiagnosticsHandler finished getting diagnostics 2024-12-22 14:44:51.840 [info] [LanguageServerHost] [05:44:51.838][End]workspace/diagnostic 2024-12-22 14:44:52.770 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:52.771 [info] [LanguageServerHost] [05:44:52.769][Start]textDocument/codeAction 2024-12-22 14:44:53.024 [info] [LanguageServerHost] [05:44:53.023][End]textDocument/codeAction 2024-12-22 14:44:53.106 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:53.107 [info] [LanguageServerHost] [05:44:53.105][Start]textDocument/inlayHint 2024-12-22 14:44:53.111 [info] [LanguageServerHost] [05:44:53.107][End]textDocument/inlayHint 2024-12-22 14:44:53.156 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:53.156 [info] [LanguageServerHost] [05:44:53.155][Start]textDocument/semanticTokens/range 2024-12-22 14:44:53.160 [info] [LanguageServerHost] [05:44:53.158][End]textDocument/semanticTokens/range 2024-12-22 14:44:53.295 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:53.296 [info] [LanguageServerHost] [05:44:53.294][Start]codeLens/resolve 2024-12-22 14:44:53.297 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:53.298 [info] [LanguageServerHost] [05:44:53.294][Start]codeLens/resolve 2024-12-22 14:44:53.299 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:53.300 [info] [LanguageServerHost] [05:44:53.296][Start]codeLens/resolve 2024-12-22 14:44:53.310 [info] [LanguageServerHost] [05:44:53.306][End]codeLens/resolve 2024-12-22 14:44:53.310 [info] [LanguageServerHost] [05:44:53.306][End]codeLens/resolve 2024-12-22 14:44:53.329 [info] [LanguageServerHost] [05:44:53.327][End]codeLens/resolve 2024-12-22 14:44:53.820 [info] [LanguageServerHost] Request did not contain a textDocument, using default language handler 2024-12-22 14:44:53.820 [info] [LanguageServerHost] [05:44:53.819][Start]workspace/diagnostic 2024-12-22 14:44:53.821 [info] [LanguageServerHost] PublicWorkspacePullDiagnosticsHandler(category: WorkspaceDocumentsAndProject) started getting diagnostics 2024-12-22 14:44:53.821 [info] [LanguageServerHost] previousResults.Length=0 2024-12-22 14:44:53.821 [info] [LanguageServerHost] Processing 0 documents 2024-12-22 14:44:53.822 [info] [LanguageServerHost] Request did not contain a textDocument, using default language handler 2024-12-22 14:44:53.822 [info] [LanguageServerHost] [05:44:53.819][Start]workspace/diagnostic 2024-12-22 14:44:53.823 [info] [LanguageServerHost] PublicWorkspacePullDiagnosticsHandler(category: enc) started getting diagnostics 2024-12-22 14:44:53.823 [info] [LanguageServerHost] previousResults.Length=0 2024-12-22 14:44:53.824 [info] [LanguageServerHost] Processing 0 documents 2024-12-22 14:44:53.850 [info] [LanguageServerHost] Request did not contain a textDocument, using default language handler 2024-12-22 14:44:53.850 [info] [LanguageServerHost] [05:44:53.849][Start]workspace/diagnostic 2024-12-22 14:44:53.851 [info] [LanguageServerHost] PublicWorkspacePullDiagnosticsHandler(category: HotReloadDiagnostics) started getting diagnostics 2024-12-22 14:44:53.851 [info] [LanguageServerHost] previousResults.Length=0 2024-12-22 14:44:53.851 [info] [LanguageServerHost] Processing 0 documents 2024-12-22 14:44:54.260 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:54.260 [info] [LanguageServerHost] [05:44:54.260][Start]codeAction/resolve 2024-12-22 14:44:54.318 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:54.319 [info] [LanguageServerHost] [05:44:54.317][Start]textDocument/documentHighlight 2024-12-22 14:44:54.331 [info] [LanguageServerHost] [05:44:54.329][End]textDocument/documentHighlight 2024-12-22 14:44:54.518 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:54.519 [info] [LanguageServerHost] [05:44:54.518][Start]textDocument/codeLens 2024-12-22 14:44:54.519 [info] [LanguageServerHost] [05:44:54.518][End]textDocument/codeLens 2024-12-22 14:44:54.524 [info] [Error - 2:44:54 PM] [LanguageServerHost] System.InvalidOperationException: The solution does not contain the specified document. at Microsoft.CodeAnalysis.Solution.WithDocumentSyntaxRoots(ImmutableArray`1 syntaxRoots, PreservationMode mode) in /_/src/Workspaces/Core/Portable/Workspace/Solution/Solution.cs:line 1351 at Microsoft.CodeAnalysis.Solution.WithDocumentSyntaxRoot(DocumentId documentId, SyntaxNode root, PreservationMode mode) in /_/src/Workspaces/Core/Portable/Workspace/Solution/Solution.cs:line 1346 at Microsoft.CodeAnalysis.ReplacePropertyWithMethods.ReplacePropertyWithMethodsCodeRefactoringProvider.UpdateReferencesInDocumentAsync(Solution updatedSolution, Document originalDocument, IEnumerable`1 references, ImmutableDictionary`2 propertyToBackingField, String desiredGetMethodName, String desiredSetMethodName, CancellationToken cancellationToken) in /_/src/Features/Core/Portable/ReplacePropertyWithMethods/ReplacePropertyWithMethodsCodeRefactoringProvider.cs:line 234 at Microsoft.CodeAnalysis.ReplacePropertyWithMethods.ReplacePropertyWithMethodsCodeRefactoringProvider.UpdateReferencesAsync(Solution updatedSolution, ILookup`2 referencesByDocument, ImmutableDictionary`2 propertyToBackingField, String desiredGetMethodName, String desiredSetMethodName, CancellationToken cancellationToken) in /_/src/Features/Core/Portable/ReplacePropertyWithMethods/ReplacePropertyWithMethodsCodeRefactoringProvider.cs:line 209 at Microsoft.CodeAnalysis.ReplacePropertyWithMethods.ReplacePropertyWithMethodsCodeRefactoringProvider.ReplacePropertyWithMethodsAsync(Document document, IPropertySymbol propertySymbol, CancellationToken cancellationToken) in /_/src/Features/Core/Portable/ReplacePropertyWithMethods/ReplacePropertyWithMethodsCodeRefactoringProvider.cs:line 108 at Microsoft.CodeAnalysis.CodeActions.CodeAction.ComputeOperationsAsync(IProgress`1 progress, CancellationToken cancellationToken) in /_/src/Workspaces/Core/Portable/CodeActions/CodeAction.cs:line 307 at Microsoft.CodeAnalysis.CodeActions.CodeAction.GetOperationsCoreAsync(Solution originalSolution, IProgress`1 progress, CancellationToken cancellationToken) in /_/src/Workspaces/Core/Portable/CodeActions/CodeAction.cs:line 244 at Microsoft.CodeAnalysis.LanguageServer.Handler.CodeActionResolveHandler.HandleRequestAsync(CodeAction codeAction, RequestContext context, CancellationToken cancellationToken) in /_/src/LanguageServer/Protocol/Handler/CodeActions/CodeActionResolveHandler.cs:line 91 at Microsoft.CommonLanguageServerProtocol.Framework.QueueItem`1.StartRequestAsync[TRequest,TResponse](TRequest request, TRequestContext context, IMethodHandler handler, String language, CancellationToken cancellationToken) 2024-12-22 14:44:54.529 [info] [Error - 2:44:54 PM] Request codeAction/resolve failed. 2024-12-22 14:44:54.529 [info] Message: The solution does not contain the specified document. Code: -32000 [object Object] 2024-12-22 14:44:54.532 [info] [LanguageServerHost] [05:44:54.527][End]codeAction/resolve 2024-12-22 14:44:54.575 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:54.576 [info] [LanguageServerHost] [05:44:54.575][Start]textDocument/codeAction 2024-12-22 14:44:54.783 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:54.785 [info] [LanguageServerHost] [05:44:54.782][Start]codeLens/resolve 2024-12-22 14:44:54.786 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:54.787 [info] [LanguageServerHost] [05:44:54.782][Start]codeLens/resolve 2024-12-22 14:44:54.788 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:54.789 [info] [LanguageServerHost] [05:44:54.784][Start]codeLens/resolve 2024-12-22 14:44:54.790 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:54.790 [info] [LanguageServerHost] [05:44:54.786][Start]codeLens/resolve 2024-12-22 14:44:54.791 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host 2024-12-22 14:44:54.792 [info] [LanguageServerHost] [05:44:54.788][Start]codeLens/resolve 2024-12-22 14:44:54.813 [info] [LanguageServerHost] [05:44:54.809][End]codeLens/resolve 2024-12-22 14:44:54.814 [info] [LanguageServerHost] [05:44:54.809][End]codeLens/resolve 2024-12-22 14:44:54.819 [info] [LanguageServerHost] [05:44:54.817][End]codeLens/resolve 2024-12-22 14:44:54.838 [info] [LanguageServerHost] [05:44:54.837][End]codeLens/resolve 2024-12-22 14:44:54.839 [info] [LanguageServerHost] [05:44:54.837][End]codeLens/resolve 2024-12-22 14:44:54.846 [info] [LanguageServerHost] [05:44:54.844][End]textDocument/codeAction

Environment information

VSCode version: 1.96.2
C# Extension: 2.55.29
Using OmniSharp: false

Dotnet Information .NET SDK: Version: 8.0.403 Commit: c64aa40a71 Workload version: 8.0.400-manifests.18f19b92 MSBuild version: 17.11.9+a69bbaaf5

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

.NET workloads installed:
Configured to use loose manifests when installing new manifests.
There are no installed workloads to display.

Host:
Version: 8.0.10
Architecture: x64
Commit: 81cabf2857

.NET SDKs installed:
8.0.403 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 8.0.10 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 8.0.10 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 8.0.10 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.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

Visual Studio Code Extensions
Extension Author Version Folder Name
cmake twxs 0.0.17 twxs.cmake-0.0.17
cmake-tools ms-vscode 1.19.52 ms-vscode.cmake-tools-1.19.52
cpptools ms-vscode 1.22.11 ms-vscode.cpptools-1.22.11-win32-x64
cpptools-extension-pack ms-vscode 1.3.0 ms-vscode.cpptools-extension-pack-1.3.0
cpptools-themes ms-vscode 2.0.0 ms-vscode.cpptools-themes-2.0.0
csdevkit ms-dotnettools 1.14.14 ms-dotnettools.csdevkit-1.14.14-win32-x64
csharp ms-dotnettools 2.55.29 ms-dotnettools.csharp-2.55.29-win32-x64
csharp-organize-usings jeremycaron 1.0.6 jeremycaron.csharp-organize-usings-1.0.6
csharpextensions kreativ-software 1.7.3 kreativ-software.csharpextensions-1.7.3
dokuwiki kirozen 1.4.0 kirozen.dokuwiki-1.4.0
eppz-code eppz 1.2.52 eppz.eppz-code-1.2.52
git-graph mhutchie 1.30.0 mhutchie.git-graph-1.30.0
godot-csharp-vscode neikeq 0.2.1 neikeq.godot-csharp-vscode-0.2.1
godot-tools geequlim 2.3.0 geequlim.godot-tools-2.3.0
kanban lbauskar 1.8.1 lbauskar.kanban-1.8.1
mono-debug ms-vscode 0.16.3 ms-vscode.mono-debug-0.16.3
namespace adrianwilczynski 1.1.2 adrianwilczynski.namespace-1.1.2
snippet devonray 1.1.0 devonray.snippet-1.1.0
synthwave-vscode RobbOwen 0.1.17 robbowen.synthwave-vscode-0.1.17
theme-dracula dracula-theme 2.25.1 dracula-theme.theme-dracula-2.25.1
vscode-dotnet-runtime ms-dotnettools 2.2.3 ms-dotnettools.vscode-dotnet-runtime-2.2.3
vscode-theme-onedark akamud 2.3.0 akamud.vscode-theme-onedark-2.3.0
vscode-yaml redhat 1.15.0 redhat.vscode-yaml-1.15.0

Extension version: 2.55.29
VS Code version: Code 1.96.2 (fabdb6a30b49f79a7aba0f2ad9df9b399473380f, 2024-12-19T10:22:47.216Z)
OS version: Windows_NT x64 10.0.19044
Modes:

System Info
Item Value
CPUs Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz (16 x 2900)
GPU Status 2d_canvas: unavailable_software
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: disabled_software
multiple_raster_threads: enabled_on
opengl: disabled_off
rasterization: disabled_software
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: disabled_software
video_encode: disabled_software
vulkan: disabled_off
webgl: unavailable_software
webgl2: unavailable_software
webgpu: unavailable_software
webnn: unavailable_software
Load (avg) undefined
Memory (System) 15.92GB (3.49GB free)
Process Argv --crash-reporter-id 0f209db0-e8cf-42da-93c4-66e308e93f54
Screen Reader no
VM 0%
A/B Experiments
vsliv368:30146709
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805:30301674
binariesv615:30325510
vsaa593:30376534
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
2i9eh265:30646982
962ge761:30959799
pythonnoceb:30805159
pythonmypyd1:30879173
h48ei257:31000450
pythontbext0:30879054
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
dsvsc021:30996838
dvdeprecation:31068756
dwnewjupytercf:31046870
newcmakeconfigv2:31071590
nativerepl1:31139838
pythonrstrctxt:31112756
nativeloc1:31192215
cf971741:31144450
iacca1:31171482
notype1cf:31157160
5fd0e150:31155592
dwcopilot:31170013
stablechunks:31184530
6074i472:31201624

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant