Why is winget supplying the portable version of VSCodium? #25751
-
Hi, Out of curiosity, I was wondering why winget fetches the "user"/portable version of VSCodium as opposed to the full desktop installer. Could anyone clarify why this might be, given that most other applications available on winget are full installers? For reference, here are the links to the latest portable and full installers for VSCodium. winget seems to be using the former. If this is the intended behavior, is there any reason why the desktop installer isn't available as an option? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Heya @mariobrostech, the manifest currently contains both the
It defaults to the user installer. |
Beta Was this translation helpful? Give feedback.
Heya @mariobrostech, the manifest currently contains both the
User
installer and theMachine
installer. You can choose which installer to install by doing the following:winget install vscodium --scope machine
winget install vscodium --scope user
It defaults to the user installer.