Skip to content

Context mentions menu can't find @ files (Cline from VSCode 1.121.0 later) #319082

@hiro-gj

Description

@hiro-gj

[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. 🙏

Metadata

Metadata

Assignees

Labels

info-neededIssue requires more information from poster

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions