This repository was archived by the owner on Jan 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 214
The Unofficial builds of VSCode are not supported.. #29
Comments
@jeasonstudio it causes issue while syncing,
thats because the path doesn't exist |
Fixed in dcd29f0 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/codercom/sshcode/blob/cb036d8b8c45a43ebc804e085202f4feff84e8d1/main.go#L307
Path to the config directory is hardcoded here (
$HOME/.config/Code/User/
),the unofficial builds doesn't use this path,
they use
$HOME/.config/Code - OSS/User/
instead.(I'm not sure about Mac paths)
We should probably support them as well.
EDIT:
Also, VSCodium uses
$HOME/.config/VSCodium/User/
The text was updated successfully, but these errors were encountered: