JaneySprings / DotNet.Meteor

A VSCode extension that can run and debug .NET apps (Xamarin, MAUI, Avalonia)
https://marketplace.visualstudio.com/items?itemName=nromanov.dotnet-meteor
MIT License
269 stars 10 forks source link

Could not find dotnet executable if dotnet installed in custom location #29

Closed JaneySprings closed 1 year ago

JaneySprings commented 1 year ago

CC @AidarNurmukhametov

AidarNurmukhametov commented 1 year ago

To reproduce: 1) remove dotnet from /usr/local/share 2) install dotnet to custom location (e.g ~/.dotnet) 3) try do deploy application