eide icon indicating copy to clipboard operation
eide copied to clipboard

[question] .NET6 runtime not found on kubuntu22.04LTS

Open wieniawski-lai opened this issue 2 years ago • 1 comments

What you want to do When startup VSCode, it is reported Not found .NET6 runtime on your pc. please install it

Describe the problem I have installed

  • vscode
  • embedded IDE plugin
  • dotnet6 in /opt/donet, and envirioment variable is also set:
export DOTNET_ROOT=/opt/dotnet
export PATH=$PATH:/opt/dotnet

and I can find dotnet by type dotnet --version in shell.

Expected behavior How could I startup vscode without that reporting?

wieniawski-lai avatar Aug 20 '23 05:08 wieniawski-lai

Check your .NET runtime version,EIDE only support for .NET6.0.You can try to remove your previous .NET runtime,then run sudo apt-get install -y dotnet-runtime-6.0.

CodonNine avatar Oct 28 '23 15:10 CodonNine

Use dotnet --list-runtimes list your runtimes.

We just support .NET v6.x

github0null avatar Apr 07 '24 02:04 github0null