-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Support to install and uninstall extensions from cli #691
Comments
👍 |
1 similar comment
👍 |
It would be very convenient 👍 |
yes please! |
I posted this in another suggestion but maybe this is a better place to post it so here it goes: I'd really want to have is a Console that I can use to install extensions, install nuget packages, install npm packages or another kind of packages and the only thing it needs is Intellisense for packages but yeah definitely unified experience for installing packages. Instead of tackling specific problems, I'd argue that a much better design is to let programmers handle it and what I mean by that is creating a Console that is extensible and is designed for installing packages, whatever the package might be, VSCode extensions, nuget, bower, npm, you name it. Just to be clear, I mostly suggest the experience of the Package Manager Console available in Visual Stuidio to Visual Studio Code but taking it few steps farther. |
I propose the following args:
With the
|
@Tyriar I'd go with either one of these but the POSIX/GNU**+** style is more appealing to me. PowerShell style.
POSIX/GNU**+** style.
+ This is more the git style than real POSIX/GNU conventions but it looks good. |
Unfortunately, this will bleed into May. We need further architecture work in the cli and main processes for this to happen. Anything without it would be half baked. Namely, we need to
cc @egamma |
@joaomoreno great! that way you will have more time to think about it! ;) |
@joaomoreno makes good sense. I've also updated the April plan. |
Since we're in June is this already in the main branch? |
Yes this has shipped to both stable and insiders |
It is wonderful. Great work! <3 |
does this support installing from github repos or git repos ? like atom |
From @Tyriar on November 26, 2015 2:1
Similar to
apm
'sinstall
anduninstall
commands, it would be great to have an official way of installing and uninstalling extensions via the command line in a platform independent way.This would enable a nicer way of maintaining a consistent development environment across multiple PCs/platforms without resorting to symlinking the extensions to cloud storage (see #679).
Copied from original issue: microsoft/vscode-vsce#48
The text was updated successfully, but these errors were encountered: