Installed dotnet-osx-x64.1.0.0.001598 on MacOS 10.12. VSCode says that the CLI tools cannot be found.
See original GitHub issueSteps to reproduce
Installed stated version of dotnet, VSCode and Xamarin Studio.
Expected behavior
dotnet command should be working normally
Actual behavior
I edited the .bash_profile and set a PATH to the /usr/local/share/dotnet/bin/ so the dotnet command now works in the Terminal but VSCode still can’t find the CLI tools.
Please help me out.
Environment data
dotnet --info
output:
Unknown option: --info .NET Command Line Tools (1.0.0-beta-001598) Usage: dotnet mmon-options] mmand] guments]
Arguments: mmand] The command to execute guments] Arguments to pass to the command
Common Options (passed before the command): -v|–verbose Enable verbose output –version Display .NET CLI Version Info
Common Commands: new Initialize a basic .NET project restore Restore dependencies specified in the .NET project build Builds a .NET project publish Publishes a .NET project for deployment (including the runtime) run Compiles and immediately executes a .NET project repl Launch an interactive session (read, eval, print, loop) pack Creates a NuGet package
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (5 by maintainers)
Top GitHub Comments
Oh, just saw this has been discussed in dotnet/sdk#6868
This is fixed by https://github.com/dotnet/core-setup/pull/362