Closed Backfighter closed 5 years ago
I'll look into it, thank you for your feedback.
@Backfighter I've found a way to identify the running binary version of VSCode, and will release in the next version after testing.
Wow thank you very much for the quick response. Love your project, especially because it's so well structured.
@Backfighter Haha, I’m so glad you like it. BTW, i've released the new version, enjoy!
Thank you again. I've just installed your new version and everything work perfectly! You can close this issue if you want ;)
All right :)
Specifications
OS Version: Windows 10 (1709)
VSCode Version: 1.30.2
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
Install VSCodium.
Download perviously uploaded settings/extensions/keybindings using syncing.
This can be easily solved by making the paths configurable.