Я установил VS-код на Penguin на Acer Chromebook R11.
Я следовал инструкциям для Debian здесь: https://code.visualstudio.com/docs/setup/linux
Это работает как чудо, но мне нужно подключиться к моему удаленному серверу разработки, используя официальное расширение RemoteSSH от Microsoft.
Затем я настроил папку .ssh для пользователя с правильными разрешениями: https://gist.github.com/grenade/6318301
Теперь я получаю:
Could not establish conntection to the "servername", the VS Code Server failled to start
Подробный журнал:
[11:39:39.572] Resolver error: The VS Code Server failed to start
[11:39:39.609] TELEMETRY: {"eventName":"resolver","properties":{"outcome":"failure","reason":"ExitCode","askedPw":"0","askedPassphrase":"1","asked2fa":"0","askedHostKey":"0","gotUnrecognizedPrompt":"0","remoteInConfigFile":"1"},"measures":{"resolveAttempts":1,"exitCode":32,"retries":1}}
[11:39:39.620] ------
Я понятия не имею, что это может быть. У вас есть один?