Open yashwanth3110 opened 2 years ago
Is there any way to automate private extension installation like in vscode marketplace In vscode we can use
You can use
await vscode.commands.executeCommand('privateExtensions.extension.install', extensionId, { "silent": true });
Is there any way to automate private extension installation like in vscode marketplace In vscode we can use