Closed Backfighter closed 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.
@Backfighter Thanks!
@Backfighter The new version is released which brings support for OSS edition.
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.