zokugun / vscode-sync-settings

Easily synchronize your settings
MIT License
142 stars 12 forks source link

Fix Processing of Extensions Managed by `zokugun.vscode-vsix-manager` #41

Closed manuth closed 1 year ago

manuth commented 1 year ago

Currently, extensions managed by zokugun.vscode-vsix-manager are sinced just like any other extension.

Changes made in this PR will cause extensions managed by zokugun.vscode-vsix-manager not to be synced.

Furthermore, tests were added to proof everything is working out as expected.

This PR is related to issue #32

daiyam commented 1 year ago

Damn! Great catch. Thx I need to change that variable name... I'm getting confused just by reviewing (I'm doing a double negation in my mind).

manuth commented 1 year ago

You're welcome! I'm glad I could help 😄 Let me know if there's anything that needs to be changed in this PR

manuth commented 1 year ago

Awesome! Thank you so much for implementing it 😄