Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zsh + vscode needs an extra variable #29

Open
rubens-lopes opened this issue May 27, 2021 · 1 comment
Open

zsh + vscode needs an extra variable #29

rubens-lopes opened this issue May 27, 2021 · 1 comment

Comments

@rubens-lopes
Copy link

To get the OmniSharp (from C# extension) on vscode to run I've also needed to set export MSBuildSDKsPath=~/.asdf/installs/dotnet-core/3.1.409/sdk/3.1.409/Sdks would be nice to have this on set-dotnet-home.zsh.

My bash skills does not allow me to open an issue on the matter 😞

@hensou
Copy link

hensou commented Apr 25, 2022

I also had the same issue.
A fix might be to to add the following to .bashrc or set-dotnet-home.bash (better):

DOTNET_VERSION="$(dotnet --version)"
export MSBuildSDKsPath="$DOTNET_ROOT/sdk/$DOTNET_VERSION/Sdks"

I would happily create a PR, @emersonsoares is this repo still maintained?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants