-
Notifications
You must be signed in to change notification settings - Fork 676
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
Alias .NET Restore...
commands to dotnet restore...
#2931
Comments
@spboyer It's not the intention of the C# extension to expose We offer commands for performing restore on a specific project, or on all projects we can see. We could potentially alias them with a version that starts with "dotnet". We offer a separate command to generate VS Code tasks/launch assets, but that doesn't really relate to any feature of |
Offering only restore appears incomplete knowing there are other operations we would inherently perform on .NET projects we could see. Not looking to expose all functionality of the dotnet.exe however perhaps this extension should instead of a one off wrapping the exe itself and duplicating some of the operations here? The intent of the issue was to alias “dotnet” when typed to surface the existing options prefaced with or containing “.NET” |
dotnet
and get .NET commands.NET Restore...
commands to dotnet restore...
Great! We're on the same page here. Let's use this issue to track that.
We've exposed a bunch of functionality in a way that's more idiomatic to VS Code. For example, if you use the command @timheuer actually recently updated our tasks generation to add |
Agreed on all points here. |
Closing due to lack of activity. |
Currently .NET commands are only surfaced in the command pallete when
.NET
is typed. Typingdotnet
should also surface the core commands for .NET Core.cc:/ @timheuer
The text was updated successfully, but these errors were encountered: