vscode-csharp
vscode-csharp copied to clipboard
Official C# support for Visual Studio Code
This was originally reported over in https://github.com/aspnet/AspNetCore/issues/9451 and it seems that the dialog to add build assets to the project can't detect Blazor client side applications because they're not true...
## Environment data ``` Version: Code 1.30.2 (61122f88f0bf01e2ac16bdb9e1bc4571755f5bd8, 2019-01-07T22:54:13.295Z) OS Version: Windows_NT x64 10.0.15063 CPUs: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz (4 x 2712) Memory (System): 7.86GB (1.54GB free) VM:...
First I checked vscode to not show me notifications from the extension, but it still continued to appear; Then I went and marked it to not show any notification, only...
There's a performance difference between native debugging and Docker container debugging. The problem can be observed when expanding variables in VS Code. In this test project https://github.com/jamiegs/dotnet-debugging-performance the difference between...
## Environment data `dotnet --info` output: .NET Command Line Tools (1.0.4) Product Information: Version: 1.0.4 Commit SHA-1 hash: af1e6684fd Runtime Environment: OS Name: Windows OS Version: 6.1.7601 OS Platform: Windows...
Please add the last missing killer feature of omni-sharp: the ability to ignore specific exception types while debugging (and/or to break only on specific exception types). Its sometimes useful to...
Hi, Quick question, iv noticed a fairly well known company that is developing .net ide are using your clrdbg.exe. I run an open source project AvalonStudio (https://github.com/VitalElement/AvalonStudio/) which is mainly...
## Environment data `dotnet --info` output: ``` .NET Command Line Tools (1.0.0-rc4-004706) Product Information: Version: 1.0.0-rc4-004706 Commit SHA-1 hash: e38bc4950c Runtime Environment: OS Name: Mac OS X OS Version: 10.11...
_From @Dima4ka on April 21, 2017 1:44_ - VSCode Version: 1.11.2 - OS Version: macOS 10.12.4 Steps to Reproduce: 1. Install C# extension 2. Set: ``` "editor.quickSuggestions": { "other": true,...
Type: Bug ## Issue Description ## The C# extension cannot handle code actions when there are diagnostics from the Semgrep Extension included in the request. Hovering over a Semgrep diagnostic...