-
Notifications
You must be signed in to change notification settings - Fork 908
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
Feature/dotnet popup #10231
Feature/dotnet popup #10231
Conversation
hmm, i think you should try the default location, if it is not there, then run dotnet command to make sure it is not in the PATH either before the prompt. |
Yeah I agree that but since we are having a setting for location, PATH doesn't make lot of sense and also I need the location for the short term build from tools service - once we move to VSCode tasks I can add check on PATH and not need the install location. |
Added changes to pop up for Net core installation or path update if not present in default path. Pops up at only activate for now, will integrate with build when enabled.
This is how it looks
For reference : this is how C# extn. in Vscode looks
and the settings