Code - OSS on Freebsd 13.2 - unable to connect to terminal

Code - OSS on Freebsd 13.2 - unable to connect to terminal.
Gives the following popup.
"The connection to the terminal's pty host process is unresponsive, the terminals may stop working." -- Restart pty host.

Changed the shell to bash. Tried killing the pty process, still issue persists.
 
What is OSS? I know of the generic term "open source software" (which includes FreeBSD, Linux, and many others). And I know of the Open Sound System. Neither have anything to do with terminals and pty processes. Maybe if you give more detail, someone will understand.
 
I guess it is about editors/vscode. Since it failed to build in the latest branch, I can't really test it to see if it is reproducible (and I don't use it, so it is not installed on my machine).
What version of vscode is it ?
 
Yes it is about vscode. (editors/vscode.)
error:
"The connection to the terminal's pty host process is unresponsive, the terminals may stop working." -- Restart pty host.

version: 1.79.2
Version: 1.79.2
Commit: 695af097c7bd098fbf017ce3ac85e09bbc5dda06
Date: 2023-06-28T16:08:03.105Z
Electron: 22.3.14
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: FreeBSD x64 13.2-RELEASE
 

Attachments

  • vscode.png
    vscode.png
    87.4 KB · Views: 71
Same here, obviosusly Restart button not working. On debian terminal works without any problems.
Version: 1.79.2
Commit: 695af097c7bd098fbf017ce3ac85e09bbc5dda06
Date: 2023-07-09T09:09:47.226Z
Electron: 22.3.14
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: FreeBSD x64 13.2-RELEASE-p1

I can use console in other window to compile, and git , but it not comfortable as have it in ide.
Can it be fault of using zsh not bash? I'm totally new to freebsd.
 
Same here, obviosusly Restart button not working. On debian terminal works without any problems.
Version: 1.79.2
Commit: 695af097c7bd098fbf017ce3ac85e09bbc5dda06
Date: 2023-07-09T09:09:47.226Z
Electron: 22.3.14
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: FreeBSD x64 13.2-RELEASE-p1

I can use console in other window to compile, and git , but it not comfortable as have it in ide.
Can it be fault of using zsh not bash? I'm totally new to freebsd.
I have searched a little, I am not able to find a resolution to it. And looks like FreeBSD users do not care much about using VisualStudio Code.
Coming to the shell - I use Sh - but breifly i had used bash as default. But i guess it did not resolve the issue. I want to try it again, will update once i test.
 
I know Code - OSS was borked for a while but i could get it running installing from ports and i dont have this issue.
Have you tried to search for solution ?
Check this
Issue like yours was know issue in the past, so maybe past problem solving will help you.
 
Back
Top