Vitalii Markov
Vitalii Markov
@steinybot hi, did you mean **Add support for Gitlab Application** not **Github** ? 😃
@steinybot I've found that Gitlab Application can be managed only by [admin users](https://docs.gitlab.com/ee/api/applications.html) looks like it can not be used within **gitlab.com** only with **self-hosted**.
also Gitlab API doesn't provide an endpoint to update the application
> Do you know how the clients (VS Code, Gitpod etc.) handle this? Would they gracefully install only parts of an extension pack if they cannot resolve all extensions? In...
Unfortunately I can't test it on GitPod Theia editor cause this editor don't allow to install extension from vsix, docs don't contain any info about that.
btw I would like to describe another use case when we probably should allow to publish extensions pack with missing extensions. Some extensions are not open sourced and can't be...
> Currently we store direct references to the contained extensions in the database. We would need to change this to a list of `"namespace.extension"` strings instead, which requires a DB...
@GitMensch it's better to have 9 extensions from 10 extensions installed by using an extension pack rather nothing at all. It just allows to don't modify an extension pack that...
@spoenemann there is another case that I want to intend usage of osvx cli, I'm working on [util](https://github.com/vymarkov/validate-vscode-extension-pack) to simplify a bit migration of extension packs that contain lots of...
@wmaurer hey, hope you're doing well, I'm looking forward to your code review, thank you in advance :)