-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Problem
When using "connect to WSL" function in VS Code ( running the code in a windows subsystem ubuntu installation ) cline works fine but whenever cline calls a terminal command, in my example ls -la , the command executes properly but then then Cline is unaware of the response.
During normal operation this results in Cline thinking servers arent running, files are missing etc.
Debug Console Logs
OS: Linux linux x64 5.15.153.1-microsoft-standard-WSL2
Shell: /bin/bash
Shell Version: GNU bash, version 5.2.21(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Node.js Version: v20.18.0
VSCode Version: 1.95.1
extensionHostProcess.js:162
Running command: ls -la
extensionHostProcess.js:162
Waiting for shell integration...
extensionHostProcess.js:162
Shell integration changed for terminal shell-integration-problems
extensionHostProcess.js:162
Shell integration available
extensionHostProcess.js:162
Shell execution started in terminal shell-integration-problems
extensionHostProcess.js:162
Shell integration changed for terminal shell-integration-problems
extensionHostProcess.js:162
Shell execution ended in terminal shell-integration-problems with exit code 0 for command "ls -la"
extensionHostProcess.js:162
Read chunk: 'ls -la\r\n' +
'\x1B[?2004l\r\x1B]633;E;ls --color=auto -la;36f79b8d-1936-432d-adfb-f8183a1fcf78\x07\x1B]633;C\x07'
extensionHostProcess.js:162
Shell integration changed for terminal bash
extensionHostProcess.js:162
Terminal shell-integration-problems closed
extensionHostProcess.js:162
Terminal bash closedMetadata
Metadata
Assignees
Labels
No labels