danielboucek / private-extensions-gitlab

VS Code extension that manages private extension located in GitLab Package Registry
https://marketplace.visualstudio.com/items?itemName=DanielBoucek.private-extensions-gitlab
MIT License
1 stars 0 forks source link

Auto Update checkbox resets after extension restart #1

Open tomasz-skarzynski opened 2 days ago

tomasz-skarzynski commented 2 days ago

When I enable the "Auto Update" checkbox, the extension detects and updates properly, but after restarting the extension, the checkbox becomes unchecked. This could be a misconfiguration on my end or possibly something related to VS Code itself, but I wanted to report it just in case.

danielboucek commented 1 day ago

Hi, thank you for reporting this.

There is more than one "Auto Update" checkbox. The main one is located in the extension settings of this extension and controls the automatic updates of all installed extensions that are available through this extension. This one should be enabled by default. image

You probably mean the second "Auto Update" checkbox available for each extension separately. This is a recently added VS Code feature that works only with extensions in the official VS Marketplace and you can leave it unchecked. Since your private extensions are fetched from GitLab and handled with this extension. image

Let me know what you meant or if that answered your question.