[The malfunction]
cline/cline#11105 (comment)
My VSCode version is now "1.122.1" (and Cline is now "3.86.0"), but the situation remains unchanged...
Several workarounds have been suggested for this problem.
cline/cline#11105 (comment)
yes it is related to 1.121.0 upgrade. Same here.
I downgrade to VSCode 1.120.0 with https://code.visualstudio.com/docs/supporting/faq#_previous-release-versions
cline/cline#11105 (comment)
I have the same issue here, I'm using Ubuntu 22.04 and VS Code 1.122.
The fix
$ apt list -a code | grep -w '1\.121\.0'
code/stable 1.121.0-1779186519 amd64
code/stable 1.121.0-1779186523 arm64
code/stable 1.121.0-1779186507 armhf
# Downgrade to the previous good version (Choose your arch, mine is AMD64)
sudo apt install code=1.121.0-1779186519
# Prevent automatic upgrades
sudo apt-mark hold code
# Allow automatic upgrades (If future VS Code version fixes this bug)
sudo apt-mark unhold code
I would really appreciate it if the VS Code and Cline contributors could collaborate to make improvements. 🙏
[The malfunction]
cline/cline#11105 (comment)
My VSCode version is now "1.122.1" (and Cline is now "3.86.0"), but the situation remains unchanged...
Several workarounds have been suggested for this problem.
cline/cline#11105 (comment)
cline/cline#11105 (comment)
I would really appreciate it if the VS Code and Cline contributors could collaborate to make improvements. 🙏