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

Install private extensions by command #67

Open
yashwanth3110 opened this issue Mar 30, 2022 · 1 comment
Open

Install private extensions by command #67

yashwanth3110 opened this issue Mar 30, 2022 · 1 comment

Comments

@yashwanth3110
Copy link

Is there any way to automate private extension installation like in vscode marketplace
In vscode we can use

  • workbench.extensions.installExtension?%22%22
  • code --install-extension
@colas31
Copy link
Contributor

colas31 commented Oct 13, 2022

You can use

await vscode.commands.executeCommand('privateExtensions.extension.install', extensionId, { "silent": true });

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