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/`
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/