Questions re: extension pack versioning #2493
-
Greetings! I had a few questions regarding the current implementation of VS Code extension packs:
If these are not currently present, do you think these might be considered as feature requests for the future? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @2bit-hack , Right now, extension packs don't support versioning individual extensions so, it will always use the latest version while installing the extension pack. But, based on the recent release of the @extensions.allowed setting, I wonder how it would work if some of the extensions is listed to use fixed version. Sure, the setting is towards end-user instead of extension development, but I think it worth a try. Either way, I would suggest you to report these ideas in the VS Code repo, so the VS Code team could make the proper triage. Hope this helps |
Beta Was this translation helpful? Give feedback.
Hi @2bit-hack ,
Right now, extension packs don't support versioning individual extensions so, it will always use the latest version while installing the extension pack.
But, based on the recent release of the @extensions.allowed setting, I wonder how it would work if some of the extensions is listed to use fixed version. Sure, the setting is towards end-user instead of extension development, but I think it worth a try.
Either way, I would suggest you to report these ideas in the VS Code repo, so the VS Code team could make the proper triage.
Hope this helps