Closed cyrus01337 closed 2 months ago
Currently It's not possible to exclude all extensions by using the "*"
pattern, and perhaps adding a switch in VSCode Settings
is a better option, but let me think it over.
Would be nice also to have an option to sync extensions in a non deleting mode. I want to install the synced extensions but not to uninstall the not listed extensions.
@ionlizarazu After some investigation, using the "*" pattern is a viable solution to prevent uploading the extensions for now, you should try it.
In my case, I want to upload the extensions, but I don't wanna remove locally any extension that is not synced.
Now that I understand, let me look.
Any progress on this out of curiosity?
Note: this is more of a feature request and less of an issue, I didn't see a feature request template so I will be using this instead.
As someone that manages 2 different OSes for 2 different types of development, I love having the ability to create OS-agnostic shortcuts on 1 machine and have them reflected in another, this becomes problematic however when I only want 1 group of extensions on Linux and another group of extensions on Windows.
I'd love to be able to sync everything but extensions, one simple idea I had of achieving this is to ensure
"*"
is a valid entry tosyncing.excludedExtensions
. Thoughts?