You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@DevelSSN This problem seemed to be related to the node-pty spawn helper, which they removed in 1.0.0. I create a PR to upgrade node-pty here. If you like you can test if that fixes your issue
@DevelSSN This problem seemed to be related to the node-pty spawn helper, which they removed in 1.0.0. I create a PR to upgrade node-pty here. If you like you can test if that fixes your issue
I have tested this pr on top of theia 1.55.0, works fine. Thanks a lot.
Bug Description:
When an integrated terminal is opened, it does not load, and backend freezes. Sometime later, backend repairs but not the terminal
Steps to Reproduce:
Additional Information
settings.json
{
"window.titleBarStyle": "native",
"redhat.telemetry.enabled": false,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [80],
"editor.selectionHighlight": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": "off"
},
"terminal.external.linuxExec": "/usr/bin/zsh",
"terminal.integrated.fontFamily": "'MesloGS NF','Droid Sans Mono', 'monospace', monospace",
"terminal.integrated.defaultProfile.linux": "SHELL",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"prettier.enable": true,
"editor.formatOnSave": true,
"files.autoSave": "afterDelay",
"sonarlint.pathToNodeExecutable": "~/.nvm/versions/node/v20.17.0/bin/node",
"editor.fontFamily": "'MesloGS NF','Droid Sans Mono', 'monospace', monospace"
}
The text was updated successfully, but these errors were encountered: