Skip to content

Built in formating C# (Dev Kit???) #9339

@RonGarlit

Description

@RonGarlit

Type: Bug

Issue Description

Copilot goes to format code it has written.

Steps to Reproduce

Expected Behavior

Error pop up on VSCode

Actual Behavior

["INFO" - 12:49:14 PM] Extension Name: esbenp.prettier-vscode.
["INFO" - 12:49:14 PM] Extension Version: 12.4.0.
["INFO" - 1:07:02 PM] EditorConfig support is enabled, checking for .editorconfig files
["INFO" - 1:07:02 PM] Resolved config:
{
"endOfLine": "crlf"
}
["INFO" - 1:07:02 PM] No Prettier config file found, but settings were loaded from .editorconfig
["INFO" - 4:41:22 PM] EditorConfig support is enabled, checking for .editorconfig files
["INFO" - 4:41:22 PM] Resolved config:
{
"endOfLine": "crlf"
}
["INFO" - 4:41:22 PM] No Prettier config file found, but settings were loaded from .editorconfig
["INFO" - 5:05:55 PM] EditorConfig support is enabled, checking for .editorconfig files
["INFO" - 5:05:55 PM] Resolved config:
{
"endOfLine": "crlf"
}
["INFO" - 5:05:55 PM] No Prettier config file found, but settings were loaded from .editorconfig
["INFO" - 5:22:47 PM] EditorConfig support is enabled, checking for .editorconfig files
["INFO" - 5:22:47 PM] Resolved config:
{
"endOfLine": "crlf"
}
["INFO" - 5:22:47 PM] No Prettier config file found, but settings were loaded from .editorconfig

Extension version: 2.140.8
VS Code version: Code 1.121.0 (f6cfa2ea2403534de03f069bdf160d06451ed282, 2026-05-19T11:51:53+02:00)
OS version: Windows_NT x64 10.0.26100
Modes:

Logs

C# log

Details
2026-05-21 12:51:07.047 [info] Locating .NET runtime version 10.0.5
2026-05-21 12:51:08.086 [info] Dotnet path: C:\Program Files\dotnet\dotnet.exe
2026-05-21 12:51:08.087 [info] Activating C# + C# Dev Kit...
2026-05-21 12:51:09.234 [info] info: Program[0]
2026-05-21 12:51:09.235 [info]       Server started with process ID 7196
2026-05-21 12:51:12.773 [info] [Program] Language server initialized
2026-05-21 12:51:13.832 [info] [Program] Monitoring client process 29752 for exit
2026-05-21 12:51:15.155 [info] [initialized] [Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.FileBasedProgramsEntryPointDiscovery] Finished discovery in 'c:\repos-FGCU\InstructionalDesignV2' in 57 milliseconds
2026-05-21 12:51:33.787 [info] [serviceBroker/connect] [WorkspaceProjectFactoryService] Project C:\repos-FGCU\InstructionalDesignV2\InstructionalDesign.Web.Repositories.UnitTests\InstructionalDesign.Web.Repositories.UnitTests.csproj loaded by C# Dev Kit
2026-05-21 12:51:33.810 [info] [serviceBroker/connect] [WorkspaceProjectFactoryService] Project C:\repos-FGCU\InstructionalDesignV2\SecLib.UnitTests\SecLib.UnitTests.csproj loaded by C# Dev Kit
2026-05-21 12:51:33.818 [info] [serviceBroker/connect] [WorkspaceProjectFactoryService] Project C:\repos-FGCU\InstructionalDesignV2\InstructionalDesign.DAL.UnitTests\InstructionalDesign.DAL.UnitTests.csproj loaded by C# Dev Kit
2026-05-21 12:51:33.820 [info] [serviceBroker/connect] [WorkspaceProjectFactoryService] Project C:\repos-FGCU\InstructionalDesignV2\InstructionalDesign.ODS.DAL.UnitTests\InstructionalDesign.ODS.DAL.UnitTests.csproj loaded by C# Dev Kit
2026-05-21 12:51:33.828 [info] [serviceBroker/connect] [WorkspaceProjectFactoryService] Project C:\repos-FGCU\InstructionalDesignV2\SecLib.ADTools\SecLib.ADTools.csproj loaded by C# Dev Kit
2026-05-21 12:51:33.831 [info] [serviceBroker/connect] [WorkspaceProjectFactoryService] Project C:\repos-FGCU\InstructionalDesignV2\InstructionalDesign.DAL.ConsoleTestApp\InstructionalDesign.DAL.ConsoleTestApp.csproj loaded by C# Dev Kit
2026-05-21 12:51:33.833 [info] [serviceBroker/connect] [WorkspaceProjectFactoryService] Project C:\repos-FGCU\InstructionalDesignV2\InstructionalDesign.ODS.DAL\InstructionalDesign.ODS.DAL.csproj loaded by C# Dev Kit
2026-05-21 12:51:33.836 [info] [serviceBroker/connect] [WorkspaceProjectFactoryService] Project C:\repos-FGCU\InstructionalDesignV2\InstructionalDesign.DAL\InstructionalDesign.DAL.csproj loaded by C# Dev Kit
2026-05-21 12:51:33.838 [info] [serviceBroker/connect] [WorkspaceProjectFactoryService] Project C:\repos-FGCU\InstructionalDesignV2\InstructionalDesign.Web\InstructionalDesign.Web.csproj loaded by C# Dev Kit
2026-05-21 12:58:10.723 [info] [textDocument/didSave] [Microsoft.CodeAnalysis.MSBuild.BuildHostProcessManager] .NET BuildHost started from c:\Users\rgarlit\.vscode\extensions\ms-dotnettools.csharp-2.140.8-win32-x64\.roslyn\Microsoft.CodeAnalysis.LanguageServer.exe reloading to start from C:\Program Files\dotnet\dotnet.exe to match necessary SDK location.
2026-05-21 12:58:12.991 [warning] [textDocument/didSave] [LanguageServerProjectLoader] Project C:\Users\rgarlit\AppData\Local\Temp\roslyn-canonical-misc\27c4e5c1-d9fc-47d7-b63e-e52fed31547d\Canonical.csproj has unresolved dependencies
2026-05-21 12:58:13.881 [info] [textDocument/didSave] [LanguageServerProjectLoader] Successfully completed load of c:\repos-FGCU\InstructionalDesignV2\InstructionalDesign.Web\Areas\Assignments\Models\EditAssignmentViewModel_NEW.cs
2026-05-21 12:58:14.051 [info] [textDocument/didSave] [LanguageServerProjectLoader] Restoring Canonical.csproj: Running dotnet restore on C:\Users\rgarlit\AppData\Local\Temp\roslyn-canonical-misc\27c4e5c1-d9fc-47d7-b63e-e52fed31547d\Canonical.csproj
2026-05-21 12:58:14.052 [info] [textDocument/didSave] [Microsoft.CodeAnalysis.LanguageServer.DotnetCliHelper] Using dotnet executable configured on the PATH
2026-05-21 12:58:15.315 [info] [textDocument/didSave] [LanguageServerProjectLoader] Restoring Canonical.csproj:   Determining projects to restore...
2026-05-21 12:58:15.656 [info] [textDocument/didSave] [LanguageServerProjectLoader] Restoring Canonical.csproj:   Restored C:\Users\rgarlit\AppData\Local\Temp\roslyn-canonical-misc\27c4e5c1-d9fc-47d7-b63e-e52fed31547d\Canonical.csproj (in 93 ms).
2026-05-21 12:58:15.807 [info] [textDocument/didSave] [LanguageServerProjectLoader] Restore complete
2026-05-21 12:58:15.808 [info] [textDocument/didSave] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:05.5960094
2026-05-21 12:58:16.231 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Successfully completed load of c:\repos-FGCU\InstructionalDesignV2\InstructionalDesign.Web\Areas\Assignments\Models\EditAssignmentViewModel_NEW.cs
2026-05-21 12:58:16.232 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0118866
2026-05-21 12:58:50.897 [error] [textDocument/formatting] [LSP] System.InvalidOperationException: Unexpected true - file TokenStream.cs line 476
   at Microsoft.CodeAnalysis.Contract.Fail(String message, Int32 lineNumber, String filePath) in /_/src/Dependencies/Contracts/Contract.cs:line 161
   at Microsoft.CodeAnalysis.Formatting.TokenStream.IsFirstTokenOnLine(SyntaxToken token) in /_/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Formatting/Engine/TokenStream.cs:line 476
   at Microsoft.CodeAnalysis.Formatting.TokenStream.FirstTokenOfBaseTokenLine(SyntaxToken token) in /_/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Formatting/Engine/TokenStream.cs:line 184
   at Microsoft.CodeAnalysis.Formatting.FormattingContext.<>c.<AddIndentBlockOperation>b__19_0(FormattingContext self, IndentBlockOperation operation) in /_/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Formatting/Context/FormattingContext.cs:line 193
   at Microsoft.CodeAnalysis.Formatting.FormattingContext.AddIndentBlockOperation(IndentBlockOperation operation) in /_/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Formatting/Context/FormattingContext.cs:line 207
   at Roslyn.Utilities.EnumerableExtensions.Do[T](IEnumerable`1 source, Action`1 action) in /_/src/Dependencies/Collections/Extensions/IEnumerableExtensions.cs:line 46
   at Microsoft.CodeAnalysis.Formatting.FormattingContext.AddIndentBlockOperations(SegmentedList`1 operations, CancellationToken cancellationToken) in /_/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Formatting/Context/FormattingContext.cs:line 131
   at Microsoft.CodeAnalysis.Formatting.AbstractFormatEngine.BuildContext(FormattingContext context, NodeOperations nodeOperations, CancellationToken cancellationToken) in /_/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Formatting/Engine/AbstractFormatEngine.cs:line 493
   at Microsoft.CodeAnalysis.Formatting.AbstractFormatEngine.Format(CancellationToken cancellationToken) in /_/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Formatting/Engine/AbstractFormatEngine.cs:line 131
   at Microsoft.CodeAnalysis.Formatting.AbstractSyntaxFormatting.GetFormattingResult(SyntaxNode node, IEnumerable`1 spans, SyntaxFormattingOptions options, ImmutableArray`1 rules, CancellationToken cancellationToken) in /_/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Formatting/AbstractSyntaxFormatting.cs:line 62
   at Microsoft.CodeAnalysis.Formatting.Formatter.GetFormattedTextChanges(SyntaxNode node, IEnumerable`1 spans, SolutionServices services, SyntaxFormattingOptions options, ImmutableArray`1 rules, CancellationToken cancellationToken) in /_/src/Workspaces/Core/Portable/Formatting/Formatter.cs:line 313
   at Microsoft.CodeAnalysis.LanguageServer.Handler.AbstractFormatDocumentHandlerBase`2.GetTextEditsAsync(RequestContext context, FormattingOptions options, IGlobalOptionService globalOptions, CancellationToken cancellationToken, Range range) in /_/src/LanguageServer/Protocol/Handler/Formatting/AbstractFormatDocumentHandlerBase.cs:line 43
   at Microsoft.CommonLanguageServerProtocol.Framework.QueueItem`1.StartRequestAsync[TRequest,TResponse](TRequest request, TRequestContext context, IMethodHandler handler, CancellationToken cancellationToken)
2026-05-21 12:58:50.899 [error] Request textDocument/formatting failed.
  Message: Unexpected true - file TokenStream.cs line 476
  Code: -32000 
[object Object]
2026-05-21 12:59:23.176 [info] [textDocument/didSave] [LanguageServerProjectLoader] Successfully completed load of c:\repos-FGCU\InstructionalDesignV2\InstructionalDesign.Web\Areas\Assignments\Models\InstructorReviewHistoryItem.cs
2026-05-21 12:59:23.177 [info] [textDocument/didSave] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0189947
2026-05-21 12:59:23.543 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Successfully completed load of c:\repos-FGCU\InstructionalDesignV2\InstructionalDesign.Web\Areas\Assignments\Models\InstructorReviewHistoryItem.cs
2026-05-21 12:59:23.543 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0089048
2026-05-21 13:00:44.790 [info] [textDocument/didSave] [LanguageServerProjectLoader] Successfully completed load of c:\repos-FGCU\InstructionalDesignV2\InstructionalDesign.Web\Areas\Assignments\Repositories\IAssignmentsRepository_UPDATED.cs
2026-05-21 13:00:44.791 [info] [textDocument/didSave] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0205553
2026-05-21 13:00:45.072 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Successfully completed load of c:\repos-FGCU\InstructionalDesignV2\InstructionalDesign.Web\Areas\Assignments\Repositories\IAssignmentsRepository_UPDATED.cs
2026-05-21 13:00:45.072 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0075425
2026-05-21 13:07:03.042 [info] [textDocument/diagnostic] [LanguageServerProjectLoader] Successfully completed load of git:/c:/repos-FGCU/InstructionalDesignV2/InstructionalDesign.Web/Areas/Assignments/Models/EditAssignmentViewModel.cs?%7B%22path%22:%22c:%5C%5Crepos-FGCU%5C%5CInstructionalDesignV2%5C%5CInstructionalDesign.Web%5C%5CAreas%5C%5CAssignments%5C%5CModels%5C%5CEditAssignmentViewModel.cs%22,%22ref%22:%22~%22%7D
2026-05-21 13:07:03.099 [info] [textDocument/diagnostic] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.1755641
2026-05-21 13:40:03.484 [info] [textDocument/_vs_onAutoInsert] [LanguageServerProjectLoader] Successfully completed load of chat-editing-text-model:/c:/repos-FGCU/InstructionalDesignV2/InstructionalDesign.Web/Areas/Assignments/Models/HomePageGridviewModel.cs?%7B%22kind%22:%22doc%22,%22documentId%22:%22modified-file-entry::6%22,%22chatSessionResource%22:%7B%22$mid%22:1,%22external%22:%22vscode-chat-session://local/NWYyNzg5ODktNjI5Yy00NDQ5LThmZmQtNjkwMTE3MjM5NjFm%22,%22path%22:%22/NWYyNzg5ODktNjI5Yy00NDQ5LThmZmQtNjkwMTE3MjM5NjFm%22,%22scheme%22:%22vscode-chat-session%22,%22authority%22:%22local%22%7D%7D
2026-05-21 13:40:03.485 [info] [textDocument/_vs_onAutoInsert] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0796254
2026-05-21 13:44:39.469 [info] [textDocument/didSave] [LanguageServerProjectLoader] Successfully completed load of c:\repos-FGCU\InstructionalDesignV2\InstructionalDesign.Web\Areas\Assignments\Models\EditAssignmentViewModel.cs
2026-05-21 13:44:39.469 [info] [textDocument/didSave] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0220789
2026-05-21 13:44:39.937 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Successfully completed load of c:\repos-FGCU\InstructionalDesignV2\InstructionalDesign.Web\Areas\Assignments\Models\EditAssignmentViewModel.cs
2026-05-21 13:44:39.938 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0135895
2026-05-21 13:44:40.323 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Successfully completed load of c:\repos-FGCU\InstructionalDesignV2\InstructionalDesign.Web\Areas\Assignments\Models\EditAssignmentViewModel.cs
2026-05-21 13:44:40.325 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0081859
2026-05-21 13:44:47.271 [error] [textDocument/formatting] [LSP] System.InvalidOperationException: Unexpected true - file TokenStream.cs line 476
   at Microsoft.CodeAnalysis.Contract.Fail(String message, Int32 lineNumber, String filePath) in /_/src/Dependencies/Contracts/Contract.cs:line 161
   at Microsoft.CodeAnalysis.Formatting.FormattingContext.AddIndentBlockOperation(IndentBlockOperation operation) in /_/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Formatting/Context/FormattingContext.cs:line 207
   at Roslyn.Utilities.EnumerableExtensions.Do[T](IEnumerable`1 source, Action`1 action) in /_/src/Dependencies/Collections/Extensions/IEnumerableExtensions.cs:line 31
   at Microsoft.CodeAnalysis.Formatting.FormattingContext.AddIndentBlockOperations(SegmentedList`1 operations, CancellationToken cancellationToken) in /_/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Formatting/Context/FormattingContext.cs:line 131
   at Microsoft.CodeAnalysis.Formatting.AbstractFormatEngine.BuildContext(FormattingContext context, NodeOperations nodeOperations, CancellationToken cancellationToken) in /_/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Formatting/Engine/AbstractFormatEngine.cs:line 493
   at Microsoft.CodeAnalysis.Formatting.AbstractFormatEngine.Format(CancellationToken cancellationToken) in /_/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Formatting/Engine/AbstractFormatEngine.cs:line 131
   at Microsoft.CodeAnalysis.Formatting.AbstractSyntaxFormatting.GetFormattingResult(SyntaxNode node, IEnumerable`1 spans, SyntaxFormattingOptions options, ImmutableArray`1 rules, CancellationToken cancellationToken) in /_/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Formatting/AbstractSyntaxFormatting.cs:line 62
   at Microsoft.CodeAnalysis.Formatting.Formatter.GetFormattedTextChanges(SyntaxNode node, IEnumerable`1 spans, SolutionServices services, SyntaxFormattingOptions options, ImmutableArray`1 rules, CancellationToken cancellationToken) in /_/src/Workspaces/Core/Portable/Formatting/Formatter.cs:line 313
   at Microsoft.CodeAnalysis.LanguageServer.Handler.AbstractFormatDocumentHandlerBase`2.GetTextEditsAsync(RequestContext context, FormattingOptions options, IGlobalOptionService globalOptions, CancellationToken cancellationToken, Range range) in /_/src/LanguageServer/Protocol/Handler/Formatting/AbstractFormatDocumentHandlerBase.cs:line 43
   at Microsoft.CommonLanguageServerProtocol.Framework.QueueItem`1.StartRequestAsync[TRequest,TResponse](TRequest request, TRequestContext context, IMethodHandler handler, CancellationToken cancellationToken)
2026-05-21 13:44:47.273 [error] Request textDocument/formatting failed.
  Message: Unexpected true - file TokenStream.cs line 476
  Code: -32000 
[object Object]
2026-05-21 13:45:10.083 [info] [textDocument/didSave] [LanguageServerProjectLoader] Successfully completed load of c:\repos-FGCU\InstructionalDesignV2\InstructionalDesign.Web\Areas\Assignments\Models\EditAssignmentViewModel.cs
2026-05-21 13:45:10.084 [info] [textDocument/didSave] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0280614
2026-05-21 13:45:10.091 [error] [textDocument/formatting] [LSP] System.InvalidOperationException: Unexpected true - file TokenStream.cs line 476
   at Microsoft.CodeAnalysis.Contract.Fail(String message, Int32 lineNumber, String filePath) in /_/src/Dependencies/Contracts/Contract.cs:line 161
   at Microsoft.CodeAnalysis.Formatting.FormattingContext.AddIndentBlockOperation(IndentBlockOperation operation) in /_/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Formatting/Context/FormattingContext.cs:line 207
   at Roslyn.Utilities.EnumerableExtensions.Do[T](IEnumerable`1 source, Action`1 action) in /_/src/Dependencies/Collections/Extensions/IEnumerableExtensions.cs:line 31
   at Microsoft.CodeAnalysis.Formatting.FormattingContext.AddIndentBlockOperations(SegmentedList`1 operations, CancellationToken cancellationToken) in /_/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Formatting/Context/FormattingContext.cs:line 131
   at Microsoft.CodeAnalysis.Formatting.AbstractFormatEngine.BuildContext(FormattingContext context, NodeOperations nodeOperations, CancellationToken cancellationToken) in /_/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Formatting/Engine/AbstractFormatEngine.cs:line 493
   at Microsoft.CodeAnalysis.Formatting.AbstractFormatEngine.Format(CancellationToken cancellationToken) in /_/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Formatting/Engine/AbstractFormatEngine.cs:line 131
   at Microsoft.CodeAnalysis.Formatting.AbstractSyntaxFormatting.GetFormattingResult(SyntaxNode node, IEnumerable`1 spans, SyntaxFormattingOptions options, ImmutableArray`1 rules, CancellationToken cancellationToken) in /_/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Formatting/AbstractSyntaxFormatting.cs:line 62
   at Microsoft.CodeAnalysis.Formatting.Formatter.GetFormattedTextChanges(SyntaxNode node, IEnumerable`1 spans, SolutionServices services, SyntaxFormattingOptions options, ImmutableArray`1 rules, CancellationToken cancellationToken) in /_/src/Workspaces/Core/Portable/Formatting/Formatter.cs:line 313
   at Microsoft.CodeAnalysis.LanguageServer.Handler.AbstractFormatDocumentHandlerBase`2.GetTextEditsAsync(RequestContext context, FormattingOptions options, IGlobalOptionService globalOptions, CancellationToken cancellationToken, Range range) in /_/src/LanguageServer/Protocol/Handler/Formatting/AbstractFormatDocumentHandlerBase.cs:line 43
   at Microsoft.CommonLanguageServerProtocol.Framework.QueueItem`1.StartRequestAsync[TRequest,TResponse](TRequest request, TRequestContext context, IMethodHandler handler, CancellationToken cancellationToken)
2026-05-21 13:45:10.093 [error] Request textDocument/formatting failed.
  Message: Unexpected true - file TokenStream.cs line 476
  Code: -32000 
[object Object]
2026-05-21 13:45:10.401 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Successfully completed load of c:\repos-FGCU\InstructionalDesignV2\InstructionalDesign.Web\Areas\Assignments\Models\EditAssignmentViewModel.cs
2026-05-21 13:45:10.401 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0177146
2026-05-21 13:45:10.792 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Successfully completed load of c:\repos-FGCU\InstructionalDesignV2\InstructionalDesign.Web\Areas\Assignments\Models\EditAssignmentViewModel.cs
2026-05-21 13:45:10.793 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0123349
2026-05-21 13:45:16.578 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Successfully completed load of c:\repos-FGCU\InstructionalDesignV2\InstructionalDesign.Web\Areas\Assignments\Models\EditAssignmentViewModel.cs
2026-05-21 13:45:16.579 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0136305
2026-05-21 16:43:47.423 [info] [textDocument/didSave] [LanguageServerProjectLoader] Successfully completed load of c:\repos-FGCU\InstructionalDesignV2\_EditAssignmentViewModel_temp.cs
2026-05-21 16:43:47.426 [info] [textDocument/didSave] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0318316
2026-05-21 16:45:31.764 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Successfully completed load of c:\repos-FGCU\InstructionalDesignV2\_EditAssignmentViewModel_temp.cs
2026-05-21 16:45:31.765 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0044420
2026-05-21 16:52:08.775 [info] [textDocument/didSave] [LanguageServerProjectLoader] Successfully completed load of c:\repos-FGCU\InstructionalDesignV2\_InstructorReviewHistoryItem_temp.cs
2026-05-21 16:52:08.775 [info] [textDocument/didSave] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0149743
2026-05-21 16:52:09.261 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Successfully completed load of c:\repos-FGCU\InstructionalDesignV2\_InstructorReviewHistoryItem_temp.cs
2026-05-21 16:52:09.261 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0038883
2026-05-21 16:52:24.422 [info] [textDocument/didSave] [LanguageServerProjectLoader] Successfully completed load of c:\repos-FGCU\InstructionalDesignV2\_IAssignmentsRepository_temp.cs
2026-05-21 16:52:24.423 [info] [textDocument/didSave] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0094317
2026-05-21 16:52:24.898 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Successfully completed load of c:\repos-FGCU\InstructionalDesignV2\_IAssignmentsRepository_temp.cs
2026-05-21 16:52:24.899 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0042992
2026-05-21 16:52:25.268 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Successfully completed load of c:\repos-FGCU\InstructionalDesignV2\_IAssignmentsRepository_temp.cs
2026-05-21 16:52:25.268 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0040952
2026-05-21 16:53:11.009 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Successfully completed load of c:\repos-FGCU\InstructionalDesignV2\_InstructorReviewHistoryItem_temp.cs
2026-05-21 16:53:11.013 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Successfully completed load of c:\repos-FGCU\InstructionalDesignV2\_IAssignmentsRepository_temp.cs
2026-05-21 16:53:11.013 [info] [workspace/didChangeWatchedFiles] [LanguageServerProjectLoader] Completed (re)load of all projects in 00:00:00.0076374
2026-05-21 17:22:38.849 [error] Request textDocument/formatting failed.
  Message: The changes must not overlap. (Parameter 'changes')
  Code: -32000 
[object Object]

C# LSP Trace Logs log

Details

Environment Information

VSCode version: 1.121.0
C# Extension: 2.140.8
Using OmniSharp: false

Dotnet Information .NET SDK: Version: 10.0.300 Commit: caa81fa497 Workload version: 10.0.300-manifests.e0989437 MSBuild version: 18.6.3+caa81fa49

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

.NET workloads installed:
[maui-windows]
Installation Source: VS 17.14.37314.3, VS 18.6.11819.183
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.37314.3, VS 18.6.11819.183
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.37314.3, VS 18.6.11819.183
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.37314.3, VS 18.6.11819.183
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.8
Architecture: x64
Commit: 94ea82652c

.NET SDKs installed:
6.0.428 [C:\Program Files\dotnet\sdk]
8.0.319 [C:\Program Files\dotnet\sdk]
8.0.420 [C:\Program Files\dotnet\sdk]
9.0.314 [C:\Program Files\dotnet\sdk]
10.0.300 [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 8.0.27 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 10.0.8 [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 8.0.27 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 10.0.8 [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 8.0.27 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 10.0.8 [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
2077-theme Endormi 1.5.3 endormi.2077-theme-1.5.3
add-reference adrianwilczynski 1.0.2 adrianwilczynski.add-reference-1.0.2
alek-kai-theme alekangelov 0.4.0 alekangelov.alek-kai-theme-0.4.0
asp-net-core-switcher adrianwilczynski 2.0.2 adrianwilczynski.asp-net-core-switcher-2.0.2
atom-material-theme tobiasalthoff 1.10.9 tobiasalthoff.atom-material-theme-1.10.9
atomize-atom-one-dark-theme emroussel 2.0.2 emroussel.atomize-atom-one-dark-theme-2.0.2
auto-rename-tag formulahendry 0.1.10 formulahendry.auto-rename-tag-0.1.10
beardedtheme BeardedBear 10.1.0 beardedbear.beardedtheme-10.1.0
better-comments aaron-bond 3.0.2 aaron-bond.better-comments-3.0.2
blazor-snippet-pack adrianwilczynski 2.6.1 adrianwilczynski.blazor-snippet-pack-2.6.1
blue-light msnilshartmann 0.6.4 msnilshartmann.blue-light-0.6.4
Bookmarks alefragnani 14.1.1 alefragnani.bookmarks-14.1.1
bootstrap-intellisense hossaini 3.0.5 hossaini.bootstrap-intellisense-3.0.5
bootstrap5-vscode AnbuselvanRocky 0.5.0 anbuselvanrocky.bootstrap5-vscode-0.5.0
calamity-vscode Pustur 1.2.9 pustur.calamity-vscode-1.2.9
city-lights-theme yummygum 1.1.9 yummygum.city-lights-theme-1.1.9
cmake-tools ms-vscode 1.23.52 ms-vscode.cmake-tools-1.23.52
code-beautifier michelemelluso 2.3.3 michelemelluso.code-beautifier-2.3.3
code-runner formulahendry 0.12.2 formulahendry.code-runner-0.12.2
code-spell-checker streetsidesoftware 4.5.6 streetsidesoftware.code-spell-checker-4.5.6
codestackr-theme codeSTACKr 0.0.9 codestackr.codestackr-theme-0.0.9
color-highlight naumovs 2.8.0 naumovs.color-highlight-2.8.0
compare-folders moshfeu 0.30.0 moshfeu.compare-folders-0.30.0
copilot-theme benjaminbenais 1.1.0 benjaminbenais.copilot-theme-1.1.0
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.197 ms-dotnettools.csdevkit-3.20.197-win32-x64
csharp ms-dotnettools 2.140.8 ms-dotnettools.csharp-2.140.8-win32-x64
csharp-markdown-formatter liquidfiend 1.0.0 liquidfiend.csharp-markdown-formatter-1.0.0
csharp-to-typescript adrianwilczynski 1.12.1 adrianwilczynski.csharp-to-typescript-1.12.1
csharpextensions kreativ-software 1.7.3 kreativ-software.csharpextensions-1.7.3
dark-hacker-theme magson 0.0.1 magson.dark-hacker-theme-0.0.1
dark-plus-plus-theme DryWolf 0.0.9 drywolf.dark-plus-plus-theme-0.0.9
data-workspace-vscode ms-mssql 0.6.3 ms-mssql.data-workspace-vscode-0.6.3
debugpy ms-python 2026.6.0 ms-python.debugpy-2026.6.0-win32-x64
deepdark-material Nimda 3.3.1 nimda.deepdark-material-3.3.1
delphi-themes alefragnani 1.5.0 alefragnani.delphi-themes-1.5.0
developer-theme-dark Rajeshwaran 5.0.0 rajeshwaran.developer-theme-dark-5.0.0
docker docker 0.18.0 docker.docker-0.18.0-win32-x64
docker-compose p1c2u 0.5.1 p1c2u.docker-compose-0.5.1
docker-explorer formulahendry 0.1.7 formulahendry.docker-explorer-0.1.7
docker-linter henriiik 0.5.0 henriiik.docker-linter-0.5.0
docomment k--kato 1.0.2 k--kato.docomment-1.0.2
doki-theme unthrottled 88.1.18 unthrottled.doki-theme-88.1.18
dotnet formulahendry 0.0.4 formulahendry.dotnet-0.0.4
dotnet-test-explorer formulahendry 0.7.8 formulahendry.dotnet-test-explorer-0.7.8
easy-codesnap ArthurLobo 1.37.4 arthurlobo.easy-codesnap-1.37.4
easy-icons jamesmaj 0.3.1 jamesmaj.easy-icons-0.3.1
EditorConfig EditorConfig 0.18.2 editorconfig.editorconfig-0.18.2
electron kuscamara 0.2.6 kuscamara.electron-0.2.6
eppz-code eppz 1.2.52 eppz.eppz-code-1.2.52
eva-theme fisheva 2.8.9 fisheva.eva-theme-2.8.9
fade-theme dodheim 0.1.5 dodheim.fade-theme-0.1.5
firacode SeyyedKhandon 2.2.2 seyyedkhandon.firacode-2.2.2
format-json ClemensPeters 1.0.3 clemenspeters.format-json-1.0.3
gc-excelviewer GrapeCity 4.2.65 grapecity.gc-excelviewer-4.2.65
git-autoconfig shyykoserhiy 0.0.2 shyykoserhiy.git-autoconfig-0.0.2
git-essentials TechieCouch 0.3.0 techiecouch.git-essentials-0.3.0
git-extension-pack donjayamanne 0.1.3 donjayamanne.git-extension-pack-0.1.3
git-graph mhutchie 1.30.0 mhutchie.git-graph-1.30.0
git-merger shaharkazaz 0.4.1 shaharkazaz.git-merger-0.4.1
gitblame waderyan 13.0.1 waderyan.gitblame-13.0.1
githd huizhou 2.5.7 huizhou.githd-2.5.7
githistory donjayamanne 0.6.20 donjayamanne.githistory-0.6.20
github-plus-theme thenikso 1.4.4 thenikso.github-plus-theme-1.4.4
github-vscode-theme GitHub 6.3.5 github.github-vscode-theme-6.3.5
gitignore codezombiech 0.10.0 codezombiech.gitignore-0.10.0
gitlab-workflow GitLab 6.78.1 gitlab.gitlab-workflow-6.78.1
gitlens eamodio 17.12.2 eamodio.gitlens-17.12.2
google-colab-theme renxzen 0.0.3 renxzen.google-colab-theme-0.0.3
helium-icon-theme helgardrichard 1.0.0 helgardrichard.helium-icon-theme-1.0.0
horla-light-theme Horla 0.0.3 horla.horla-light-theme-0.0.3
html-css-class-completion Zignd 1.20.0 zignd.html-css-class-completion-1.20.0
html5-boilerplate sidthesloth 1.1.1 sidthesloth.html5-boilerplate-1.1.1
icon-fonts idleberg 2.5.4 idleberg.icon-fonts-2.5.4
identical-sublime-monokai-csharp-theme-colorizer maximetinu 1.2.3 maximetinu.identical-sublime-monokai-csharp-theme-colorizer-1.2.3
Ionide-fsharp Ionide 7.31.1 ionide.ionide-fsharp-7.31.1
JavaScriptSnippets xabikos 1.8.0 xabikos.javascriptsnippets-1.8.0
jellyfish PawelBorkar 0.0.4 pawelborkar.jellyfish-0.0.4
jetbrains-darcula-theme Anan 1.3.5 anan.jetbrains-darcula-theme-1.3.5
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
l13-diff L13RARY 1.3.11 l13rary.l13-diff-1.3.11
language-plantuml qhoekman 0.0.3 qhoekman.language-plantuml-0.0.3
legendary-light LlewellynPaintsil 1.0.0 llewellynpaintsil.legendary-light-1.0.0
libman adrianwilczynski 1.0.1 adrianwilczynski.libman-1.0.1
light-color-theme olga-f 0.3.0 olga-f.light-color-theme-0.3.0
live-sass glenn2223 6.1.5 glenn2223.live-sass-6.1.5
live-server ms-vscode 0.4.19 ms-vscode.live-server-0.4.19
LiveServer ritwickdey 5.7.10 ritwickdey.liveserver-5.7.10
macos-modern-theme davidbwaters 2.3.19 davidbwaters.macos-modern-theme-2.3.19
markdown-all-in-one yzhang 3.6.3 yzhang.markdown-all-in-one-3.6.3
material-icon-theme PKief 5.34.0 pkief.material-icon-theme-5.34.0
material-theme zhuangtongfa 3.19.0 zhuangtongfa.material-theme-3.19.0
mayukaithemevsc GulajavaMinistudio 3.2.5 gulajavaministudio.mayukaithemevsc-3.2.5
mdmath goessner 2.7.4 goessner.mdmath-2.7.4
minifyall josee9988 2.10.0 josee9988.minifyall-2.10.0
morgan-codes-vscode-theme morgan-codes 0.0.5 morgan-codes.morgan-codes-vscode-theme-0.0.5
motion-haleness erole-attack 0.4.0 erole-attack.motion-haleness-0.4.0
msbuild-project-tools tintoy 0.6.7 tintoy.msbuild-project-tools-0.6.7
mssql ms-mssql 1.42.2 ms-mssql.mssql-1.42.2
namespace adrianwilczynski 1.1.2 adrianwilczynski.namespace-1.1.2
netcore-editorconfiggenerator doggy8088 0.2.0 doggy8088.netcore-editorconfiggenerator-0.2.0
netcore-extension-pack doggy8088 1.10.0 doggy8088.netcore-extension-pack-1.10.0
netcore-snippets doggy8088 6.0.3 doggy8088.netcore-snippets-6.0.3
new-moon-vscode taniarascia 1.8.8 taniarascia.new-moon-vscode-1.8.8
nord-light huytd 0.1.1 huytd.nord-light-0.1.1
npm-intellisense christian-kohler 1.4.5 christian-kohler.npm-intellisense-1.4.5
one-dark zivit 0.1.2 zivit.one-dark-0.1.2
one-dark-bimbo marioterron 1.2.1 marioterron.one-dark-bimbo-1.2.1
one-dark-darker JoelCrosby 1.0.4 joelcrosby.one-dark-darker-1.0.4
One-dark-pro zhuangtongfa 3.19.0 zhuangtongfa.one-dark-pro-3.19.0
one-dark-pro-monokai-darker eserozvataf 1.1.0 eserozvataf.one-dark-pro-monokai-darker-1.1.0
one-dark-theme mskelton 1.14.3 mskelton.one-dark-theme-1.14.3
one-monokai azemoh 0.5.2 azemoh.one-monokai-0.5.2
paddy-color-theme yile-ou 1.11.9 yile-ou.paddy-color-theme-1.11.9
path-intellisense christian-kohler 2.10.0 christian-kohler.path-intellisense-2.10.0
pdf tomoki1207 1.2.2 tomoki1207.pdf-1.2.2
peacock marnix 1.1.6 marnix.peacock-1.1.6
plantuml clysto 0.0.1 clysto.plantuml-0.0.1
plantuml jebbs 2.18.1 jebbs.plantuml-2.18.1
plantuml well-ar 2.17.6 well-ar.plantuml-2.17.6
popping-and-locking-vscode hedinne 2.0.11 hedinne.popping-and-locking-vscode-2.0.11
postman-for-vscode Postman 1.19.1 postman.postman-for-vscode-1.19.1
powershell ms-vscode 2025.4.0 ms-vscode.powershell-2025.4.0
prettier-sql-vscode inferrinizzard 1.6.0 inferrinizzard.prettier-sql-vscode-1.6.0
prettier-vscode esbenp 12.4.0 esbenp.prettier-vscode-12.4.0
primer-light andrewmarkle 0.0.8 andrewmarkle.primer-light-0.0.8
pro-hacker-theme CamilaMartinezBedoya 0.0.2 camilamartinezbedoya.pro-hacker-theme-0.0.2
project-manager alefragnani 13.1.0 alefragnani.project-manager-13.1.0
protobuf-vsc DrBlury 1.6.6 drblury.protobuf-vsc-1.6.6
python ms-python 2026.4.0 ms-python.python-2026.4.0-win32-x64
quicktype quicktype 23.0.170 quicktype.quicktype-23.0.170
quicktype-refresh doggy8088 1.0.2 doggy8088.quicktype-refresh-1.0.2
rainbow-csv mechatroner 3.24.1 mechatroner.rainbow-csv-3.24.1
regex chrmarti 0.6.0 chrmarti.regex-0.6.0
regexsnippets Monish 1.0.2 monish.regexsnippets-1.0.2
remote-containers ms-vscode-remote 0.459.0 ms-vscode-remote.remote-containers-0.459.0
remote-explorer ms-vscode 0.5.0 ms-vscode.remote-explorer-0.5.0
remote-server ms-vscode 1.5.3 ms-vscode.remote-server-1.5.3
remote-ssh ms-vscode-remote 0.122.0 ms-vscode-remote.remote-ssh-0.122.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
rest-client humao 0.25.1 humao.rest-client-0.25.1
ruff charliermarsh 2026.44.0 charliermarsh.ruff-2026.44.0-win32-x64
search-node-modules jasonnutter 1.3.0 jasonnutter.search-node-modules-1.3.0
sjsepan-blueish sjsepan 0.3.5 sjsepan.sjsepan-blueish-0.3.5
sjsepan-greenish sjsepan 0.3.5 sjsepan.sjsepan-greenish-0.3.5
slack-theme felipe-mendes 1.9.17 felipe-mendes.slack-theme-1.9.17
slime smlombardi 3.2.1 smlombardi.slime-3.2.1
snazzy-light loilo 1.4.1 loilo.snazzy-light-1.4.1
snowflake-dark snowflake107 1.0.2 snowflake107.snowflake-dark-1.0.2
sonarlint-vscode SonarSource 5.2.3 sonarsource.sonarlint-vscode-5.2.3-win32-x64
sql-bindings-vscode ms-mssql 0.4.1 ms-mssql.sql-bindings-vscode-0.4.1
sql-database-projects-vscode ms-mssql 1.5.9 ms-mssql.sql-database-projects-vscode-1.5.9
t4-support zbecknell 0.7.0 zbecknell.t4-support-0.7.0
terminal-commands adrianwilczynski 1.0.5 adrianwilczynski.terminal-commands-1.0.5
test-adapter-converter ms-vscode 0.2.1 ms-vscode.test-adapter-converter-0.2.1
theme tal7aouy 3.1.0 tal7aouy.theme-3.1.0
Theme-1337 ms-vscode 0.1.4 ms-vscode.theme-1337-0.1.4
theme-bear dahong 2.1.0 dahong.theme-bear-2.1.0
theme-bluloco-dark uloco 3.7.6 uloco.theme-bluloco-dark-3.7.6
Theme-Cobalt gerane 0.0.5 gerane.theme-cobalt-0.0.5
theme-cobalt2 wesbos 2.5.0 wesbos.theme-cobalt2-2.5.0
theme-dracula dracula-theme 2.25.1 dracula-theme.theme-dracula-2.25.1
Theme-FlatlandMonokai gerane 0.0.6 gerane.theme-flatlandmonokai-0.0.6
theme-github thomaspink 1.0.1 thomaspink.theme-github-1.0.1
theme-hackershaze Nuuf 2.0.1 nuuf.theme-hackershaze-2.0.1
theme-ibiatcl Tarhn 1.0.10 tarhn.theme-ibiatcl-1.0.10
Theme-MarkdownKit ms-vscode 0.1.4 ms-vscode.theme-markdownkit-0.1.4
Theme-MaterialKit ms-vscode 0.1.4 ms-vscode.theme-materialkit-0.1.4
theme-oceanicnext naumovs 0.0.4 naumovs.theme-oceanicnext-0.0.4
theme-omni rocketseat 1.0.12 rocketseat.theme-omni-1.0.12
theme-onedark azemoh 0.6.0 azemoh.theme-onedark-0.6.0
theme-sapphire Tyriar 0.9.4 tyriar.theme-sapphire-0.9.4
theme-setimonokai SmukkeKim 0.0.2 smukkekim.theme-setimonokai-0.0.2
theme-solarized-light-fjs veggiemonk 1.1.0 veggiemonk.theme-solarized-light-fjs-1.1.0
theme-tinaciousdesign tinaciousdesign 2.4.0 tinaciousdesign.theme-tinaciousdesign-2.4.0
todo-tree Gruntfuggly 0.0.226 gruntfuggly.todo-tree-0.0.226
toggle-hidden adrianwilczynski 1.0.2 adrianwilczynski.toggle-hidden-1.0.2
tpack SeyyedKhandon 2.0.4 seyyedkhandon.tpack-2.0.4
tranquility-base mike-flanigan 2.0.7 mike-flanigan.tranquility-base-2.0.7
user-secrets adrianwilczynski 2.0.1 adrianwilczynski.user-secrets-2.0.1
vaporizer-dark Vaporizer 2.1.9 vaporizer.vaporizer-dark-2.1.9
vs-code-prettier-eslint rvest 6.0.0 rvest.vs-code-prettier-eslint-6.0.0
vscode-caniuse agauniyal 0.5.0 agauniyal.vscode-caniuse-0.5.0
vscode-colorize kamikillerto 0.17.1 kamikillerto.vscode-colorize-0.17.1
vscode-containers ms-azuretools 2.4.4 ms-azuretools.vscode-containers-2.4.4
vscode-css-navigation pucelle 2.13.1 pucelle.vscode-css-navigation-2.13.1
vscode-css-peek pranaygp 4.4.3 pranaygp.vscode-css-peek-4.4.3
vscode-darklight IronGeek 0.1.4 irongeek.vscode-darklight-0.1.4
vscode-docker ms-azuretools 2.0.0 ms-azuretools.vscode-docker-2.0.0
vscode-dotnet-pack ms-dotnettools 1.0.13 ms-dotnettools.vscode-dotnet-pack-1.0.13
vscode-dotnet-runtime ms-dotnettools 3.0.2 ms-dotnettools.vscode-dotnet-runtime-3.0.2
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-firefox-debug firefox-devtools 2.15.0 firefox-devtools.vscode-firefox-debug-2.15.0
vscode-git-tags howardzuo 1.4.4 howardzuo.vscode-git-tags-1.4.4
vscode-html-css ecmel 2.0.14 ecmel.vscode-html-css-2.0.14
vscode-icons vscode-icons-team 12.18.0 vscode-icons-team.vscode-icons-12.18.0
vscode-jetbrains-icon-theme chadalen 2.40.0 chadalen.vscode-jetbrains-icon-theme-2.40.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-kubernetes-tools ms-kubernetes-tools 1.3.29 ms-kubernetes-tools.vscode-kubernetes-tools-1.3.29
vscode-markdownlint DavidAnson 0.61.2 davidanson.vscode-markdownlint-0.61.2
vscode-monokai-night fabiospampinato 1.7.1 fabiospampinato.vscode-monokai-night-1.7.1
vscode-nuget-gallery patcx 1.2.6 patcx.vscode-nuget-gallery-1.2.6
vscode-nuget-package-manager jmrog 1.1.6 jmrog.vscode-nuget-package-manager-1.1.6
vscode-open-in-github ziyasal 1.3.6 ziyasal.vscode-open-in-github-1.3.6
vscode-peacock johnpapa 4.2.2 johnpapa.vscode-peacock-4.2.2
vscode-pets tonybaloney 1.35.0 tonybaloney.vscode-pets-1.35.0
vscode-pitch-black-theme viktorqvarfordt 1.3.0 viktorqvarfordt.vscode-pitch-black-theme-1.3.0
vscode-print pdconsec 1.6.0 pdconsec.vscode-print-1.6.0
vscode-pylance ms-python 2026.2.1 ms-python.vscode-pylance-2026.2.1
vscode-python-envs ms-python 1.30.0 ms-python.vscode-python-envs-1.30.0-win32-x64
vscode-qwen-copilot DenizhanDaklr 0.3.1 denizhandaklr.vscode-qwen-copilot-0.3.1
vscode-remote-extensionpack ms-vscode-remote 0.26.0 ms-vscode-remote.vscode-remote-extensionpack-0.26.0
vscode-slack-dark-theme alexesprit 1.6.0 alexesprit.vscode-slack-dark-theme-1.6.0
vscode-test-explorer hbenl 2.22.1 hbenl.vscode-test-explorer-2.22.1
vscode-test-explorer-status-bar connorshea 1.2.0 connorshea.vscode-test-explorer-status-bar-1.2.0
vscode-theme-darcula rokoroku 1.2.3 rokoroku.vscode-theme-darcula-1.2.3
vscode-theme-github-light Hyzeta 7.14.2 hyzeta.vscode-theme-github-light-7.14.2
vscode-theme-onedark akamud 2.3.0 akamud.vscode-theme-onedark-2.3.0
vscode-theme-onelight akamud 2.3.0 akamud.vscode-theme-onelight-2.3.0
vscode-theme-superonedark seansassenrath 0.0.15 seansassenrath.vscode-theme-superonedark-0.0.15
vscode-todo-highlight wayou 1.0.5 wayou.vscode-todo-highlight-1.0.5
vscode-versionlens pflannery 1.28.0 pflannery.vscode-versionlens-1.28.0
vscode-xml redhat 0.29.2 redhat.vscode-xml-0.29.2-win32-x64
vscode-yaml redhat 1.23.0 redhat.vscode-yaml-1.23.0
vue-theme mariorodeghiero 2.0.3 mariorodeghiero.vue-theme-2.0.3
xml DotJoshJohnson 2.5.1 dotjoshjohnson.xml-2.5.1
C# Settings
Setting Value
preferCSharpExtension false
compilerDiagnosticScope openFiles
analyzerDiagnosticScope openFiles
enableXamlTools true
useServerGC true
System Info
Item Value
CPUs Intel(R) Core(TM) Ultra 7 165H (22 x 3072)
GPU Status 2d_canvas: enabled
GPU0: VENDOR= 0x10de, DEVICE=0x28bb [NVIDIA RTX 500 Ada Generation Laptop GPU], DRIVER_VENDOR=NVIDIA, DRIVER_VERSION=32.0.15.9608 ACTIVE
GPU1: VENDOR= 0x8086, DEVICE=0x7d55 [Intel(R) Arc(TM) Graphics], DRIVER_VERSION=32.0.101.8508
GPU2: 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.46GB (7.69GB free)
Process Argv --folder-uri file:///c%3A/repos-FGCU/InstructionalDesignV2 --crash-reporter-id e737d054-4e12-4e28-8892-7d6fa204c54d
Screen Reader no
VM 0%
A/B Experiments
vsliv368:30146709
binariesv615:30325510
nativeloc1:31344060
dwcopilot:31170013
dwoutputs:31242946
copilot_t_ci:31333650
e5gg6876:31282496
pythonrdcb7:31342333
6518g693:31463988
aj953862:31281341
6abeh943:31336334
envsdeactivate2:31505458
cloudbuttont:31379625
3efgi100_wstrepl:31403338
ddidt:31399633
ec5jj548:31422691
cmp-cht-control-xtab-294-completions-cursor-jump:31518215
cp_cls_t_966_ss:31454198
inlinechat_v2_hd992725:31505030
4je02754:31466945
8hhj4413:31478653
ge8j1254_inline_auto_hint_haiku:31490510
38bie571_auto:31478678
cp_cls_c_1081:31454833
conptydll_true:31498968
ia-use-proxy-models-svc:31452481
e9c30283:31461165
test_treatment2:31471001
46204921:31447328
control_6dc23131:31513471
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
getcmakediagnosticson:31489824
7df3h592:31512476
pro_large_t:31499376
cp_cls_t_1082:31516087
logging_enabled_new:31498466
j0d79568:31499440
jb_cp_cls_t_632:31517841
56dj4588:31512888
cg448276_tst_on:31514358
32d76977:31512328
ha629193:31508444
539gd155_c:31506875
jh5f2457_c:31515489
tco_on:31518472
prpt_srch:31518468
61138546:31518536

Metadata

Metadata

Assignees

No one assigned

    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