vscode-csharp
vscode-csharp copied to clipboard
Official C# support for Visual Studio Code
## Issue Description ## ## Steps to Reproduce ## ## Expected Behavior ## Intellisense working. ## Actual Behavior ## Intellisense not working. ## Logs ## ### OmniSharp log ### Starting...
## Environment data `dotnet --info` output:.NET SDK (global.json を反映): Version: 6.0.301 Commit: 43f9b18481 ランタイム環境: OS Name: Windows OS Version: 10.0.22000 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\6.0.301\ Host...
It looks like either a setting or the documentation for that setting is missing. How do you set the .csproj target for codelens tests? It works from the command line...
It would be awesome to start working towards a proper XAML editor in VS Code. A few things off the top of my head that this would need to accomplish:...
https://github.com/OmniSharp/omnisharp-vscode/wiki/Troubleshooting:-'The-.NET-Core-SDK-cannot-be-located.'-errors Clear Linux uses Flathub. In Visual Studio Code go to terminal and type $PATH or which dotnet ``` which: no dotnet in (/app/bin:/app/bin:/app/bin:/usr/bin:/home/tommhnsn/.var/app/com.visualstudio.code/data/node_modules/bin) ``` most of those paths are...
Yesterday my VS Code updated Omnisharp, since then my intellisense and debugging messages are being outputted in another language from English, there doesn't seem to be any way to configure...
_From @Cnordbo on April 18, 2017 19:52_ - VSCode Version: Code 1.11.2 (6eaebe3b9c70406d67c97779468c324a7a95db0e, 2017-04-13T08:03:11.395Z) - OS Version: Windows_NT ia32 10.0.14393 - Extensions: |Extension|Author|Version| |---|---|---| |gitignore|codezombiech|0.5.0| |vscode-express|Compulim|0.0.5| |git-project-manager|felipecaputo|1.2.1| |vscode-nuget-package-manager|jmrog|1.1.2| |mssql|ms-mssql|0.3.0| |csharp|ms-vscode|1.8.1|...
**Background:** The included Mono and MSBuild tools were added to support easy development of C# using .NET Core. We have frequently updated these build tools to match the current shipping...
## Environment data `dotnet --info` output: VS Code version: C# Extension version: ## OmniSharp log ## Steps to reproduce 1. Go to '...' 2. Click on '....' 3. Scroll down...
## Is your feature request related to a problem? Please describe. Not found. ## Describe the solution you would like When showing references for a function symbol, provide a setting...