joelspadin-garmin / vscode-private-extension-manager

Private extension manager for Visual Studio Code
103 stars 22 forks source link

Install private extensions by command #67

Open yashwanth3110 opened 2 years ago

yashwanth3110 commented 2 years ago

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

colas31 commented 2 years ago

You can use

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