vscode-csharp
vscode-csharp copied to clipboard
Official C# support for Visual Studio Code
**Code analysis hints** (sometimes even called IntelliSense) in Visual Studio Code appear **in two different languages**, English and German, based on the category of the hint. For example `csharp(IDE0051)` is...
## Issue Description ## OmniSharp says it can't find the SDK (e.g. similar to https://github.com/OmniSharp/omnisharp-vscode/issues/2937) when using homebrew installed `dotnet`. ## Steps to Reproduce ## 1. On macOS Big Sur...
## Environment data `dotnet --info` output: ``` .NET Core SDK (reflecting any global.json): Version: 2.2.202 Commit: 8a7ff6789d Runtime Environment: OS Name: Windows OS Version: 10.0.10586 OS Platform: Windows RID: win10-x64...
## Environment data C# Extension version: 2.0.212 ## Issue The new (2.x) C# extension `exports` are incompatible with the previous (1.x) extension. Any extension that depends on the `exports` will...
Currently it looks like all metadata as source files are going into the LSP misc workspace. This appears to be because TryAddDocumentToWorkspace never gets called. In VS this is called...
## Issue Description ## I think I finally found the main issue preventing me from using VS Code. I have `dotnet.backgroundAnalysis.compilerDiagnosticsScope` and `dotnet.backgroundAnalysis.analyzerDiagnosticsScope` both set to `fullSolution` and `csharp.maxProjectFileCountForDiagnosticAnalysis` set...
## Issue Description ## The C# VS Code extension seems to be interfering with my ability create a git commit in the "Source Control" tab of VS Code. When I...
Copied from https://github.com/dotnet/vscode-csharp/issues/6842#issuecomment-1951014724 by @dkflRus ``` Using dotnet configured on PATH Dotnet path: /usr/share/dotnet/dotnet Activating C# standalone... Starting server at /home/dkfl/.vscode-oss/extensions/ms-dotnettools.csharp-2.17.7/.roslyn/Microsoft.CodeAnalysis.LanguageServer.dll Server arguments /home/dkfl/.vscode-oss/extensions/ms-dotnettools.csharp-2.17.7/.roslyn/Microsoft.CodeAnalysis.LanguageServer.dll --logLevel Trace --telemetryLevel off --extensionLogDirectory /home/dkfl/.config/Code...
## Environment data `dotnet --info` output: ``` .NET SDK: Version: 8.0.101 Commit: 6eceda187b Workload version: 8.0.100-manifests.2fd734c4 Runtime Environment: OS Name: arch OS Version: OS Platform: Linux RID: arch-x64 Base Path:...
I was unable to figure out how to enable command line args using this page: https://code.visualstudio.com/docs/csharp/debugger-settings I asked Bing Copilot and it gave me the answer I wanted with copy/paste...