microsoft / vscode-test-cli

Command-line runner for VS Code tests
MIT License
19 stars 7 forks source link

Add support for installing dependent extensions #5

Closed 50Wliu closed 5 months ago

50Wliu commented 9 months ago

This CLI looks like a great improvement and I'd love to start incorporating it into our own extensions. However, it seems like it's missing support for installing extensions, which we need as we depend on (for example) the .NET Install Tool.

It would be great if the CLI could take in an array of extensions to install - or, even better, automatically install any extensions listed under extensionDependencies in the extension manifest.

JustinGrote commented 7 months ago

Agreed. There are two workarounds now I can think of: