nonoroazoro / vscode-syncing

:zap: VSCode Extension - Sync all of your VSCode settings across multiple devices.
https://marketplace.visualstudio.com/items?itemName=nonoroazoro.syncing
Other
491 stars 30 forks source link

Compatibility with VS-Codium #49

Closed Backfighter closed 5 years ago

Backfighter commented 5 years ago

Specifications

Expected Behavior

When syncing extensions should be installed for VSCodium and settings should be written to the correct folder.

Actual Behavior

Extensions are installed to ${HOME}/.vscode (VSCodium uses ${HOME}/.vscode-oss) and settings are stored to ${APPDATA}/Code/User (VSCodium uses ${APPDATA}/VSCodium/User).

Steps to Reproduce

  1. Install VSCodium.

  2. Download perviously uploaded settings/extensions/keybindings using syncing.

This can be easily solved by making the paths configurable.

nonoroazoro commented 5 years ago

I'll look into it, thank you for your feedback.

nonoroazoro commented 5 years ago

@Backfighter I've found a way to identify the running binary version of VSCode, and will release in the next version after testing.

Backfighter commented 5 years ago

Wow thank you very much for the quick response. Love your project, especially because it's so well structured.

nonoroazoro commented 5 years ago

@Backfighter Haha, I’m so glad you like it. BTW, i've released the new version, enjoy!

Backfighter commented 5 years ago

Thank you again. I've just installed your new version and everything work perfectly! You can close this issue if you want ;)

nonoroazoro commented 5 years ago

All right :)