vscode-csharp
vscode-csharp copied to clipboard
Official C# support for Visual Studio Code
Debug Console reports "Evaluation timed out" when lambda expressions are used with large collections
## Issue Description ## I am trying to use the debugger to inspect large collections (thousands of elements). Rather than continually clicking "More" in the Variables or Watch panes to...
launch configuration looks something like ```json { "name": ".NET Debug Tool", "type": "coreclr", "request": "launch", "program": "dotnet", "args": [ "tool", "run", "{toolname}" ], "cwd": "${workspaceRoot}", "stopAtEntry": true, "externalConsole": false, "justMyCode":...
 This is a newly created untitled file, without any project opened. And here's a 'T' on the top of auto-completion. Each time I want to type identifier 't' it...
Type: Bug ## Issue Description ## Numerous RZ10012 warnings are raised when opening a vanilla project generated by `dotnet new fluentuiblazorserver` ## Steps to Reproduce ## 1. Create a new...
Type: Feature Request When using the rename symbol to refactor code, the new name given to a symbol can conflict with existing symbols at the site of each rename. What...
Previously, we have attempted to be good citizens of activation by only activating on specific relevant events, and not blocking activation on the server process starting. However - when Dev...
Here's a screen recording demonstrating the problem: https://github.com/user-attachments/assets/f15a9123-d2d0-480b-b2fd-0fba4056e888 ## Actual behavior Once you open the source-generated file, if you modify code that updates the source generator, it doesn't get reflected...
## Expected behavior C# documents support VS Code's "Sticky Scroll" feature when configured with the default settings (`"editor.stickyScroll.defaultModel": "outlineModel"`). ## Actual behavior The C# extension's outline model (provided by `DocumentSymbolProvider`)...
## Issue Description ## If the last time you compiled there was a programming error, you will continue to observe the red underline indicating an error until you compile again....
From vscode-dotnettools created by [omlnaut](https://github.com/omlnaut): microsoft/vscode-dotnettools#358 ### Describe the feature you'd like Currently, the problems tab only shows problems for files that were opened in the workspace. In the existing...