-
I was about to open an issue, but I thought I'd post here first in case this is a known problem. I connect successfully with SSH Remote to a remote Linux (Red hat) machine. I can view files, edit code, etc. It discovers and I can select an interpreter (so this seems different than #4715) But If I try to open the REPL console, it fails with: Cannot read properties of undefined (reading 'createSession') and in the Dev tools log:
Any troubleshooting steps or is this a bug? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This sounds like it could be a bug, but this works for most folks so there's likely something unsupported in your environment.
|
Beta Was this translation helpful? Give feedback.
It's a known issue that Positron doesn't work on Red Hat 8, unfortunately. It uses an old glibc and openssl version that we'd need to make a special build for. See here for a bunch more info/notes: #3854