Henrique Sousa

Results 3 comments of Henrique Sousa

I also had the same issue. A fix might be to to add the following to `.bashrc` or `set-dotnet-home.bash` (better): ```bash DOTNET_VERSION="$(dotnet --version)" export MSBuildSDKsPath="$DOTNET_ROOT/sdk/$DOTNET_VERSION/Sdks" ``` I would happily create...

@marcwrobel, you can use the one from @emersonsoares. I've created it because I thought the project was not being maintained anymore and it had some issues that affected me (missing...

@Airtower, I had a similar issue and the solution was to uninstall and install the extension again. Than it synced and everything was working again.