nonoroazoro / vscode-syncing

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

Add support for Code - OSS (self compiled version) #51

Closed Backfighter closed 5 years ago

Backfighter commented 5 years ago

When compiling vscode yourself the default values for the name of the executable is "Code - OSS" (see https://github.com/Microsoft/vscode/blob/f25673e310ba6359bf0fa8f228455a17ce554983/product.json#L3). The extension directory is ".vscode-oss" (See https://github.com/Microsoft/vscode/blob/f25673e310ba6359bf0fa8f228455a17ce554983/product.json#L5). And the data directory name is "Code - OSS".

This will also ensure compatability with the Arch Linux package code (https://www.archlinux.org/packages/community/x86_64/code/) which is compiled with the default values stated above.

nonoroazoro commented 5 years ago

@Backfighter Thanks!

nonoroazoro commented 5 years ago

@Backfighter The new version is released which brings support for OSS edition.