Omnisharp-vscode: How to completely uninstall?

Created on 9 Jun 2020  路  2Comments  路  Source: OmniSharp/omnisharp-vscode

The Question

How to completely uninstall all the tools installed with the extension; vsdbg, omnisharp-server, etc.?

Environment data

dotnet --info output:

.NET Core SDK (reflecting any global.json):
 Version:   3.1.300
 Commit:    b2475c1295

Runtime Environment:
 OS Name:     pop
 OS Version:  20.04
 OS Platform: Linux
 RID:         linux-x64
 Base Path:   /usr/share/dotnet/sdk/3.1.300/

Host (useful for support):
  Version: 3.1.4
  Commit:  0090613580

.NET Core SDKs installed:
  3.1.300 [/usr/share/dotnet/sdk]

.NET Core runtimes installed:
  Microsoft.AspNetCore.App 3.1.4 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 3.1.4 [/usr/share/dotnet/shared/Microsoft.NETCore.App]

To install additional .NET Core runtimes or SDKs:
  https://aka.ms/dotnet-download

VS Code version: 1.45.1
C# Extension version: 1.22.0

Question Triaged

All 2 comments

@muhammadsammy All of those tools are installed under the extension's folder. So that uninstalling the C# extension will uninstall everything.

Thank you for your answer! Appreciate it.

Was this page helpful?
0 / 5 - 0 ratings