toolbox-vscode icon indicating copy to clipboard operation
toolbox-vscode copied to clipboard

Search among workspace files doesn't work

Open PapyElGringo opened this issue 1 year ago • 1 comments

Fedora 38 VScode 1.76.2 (Flatpack)

Not sure where to dig but while opening my project with the dev container I can't search among the project files.

image

Does anyone else having this issue?

PapyElGringo avatar Apr 12 '23 12:04 PapyElGringo

The issue seem to come from starting the vscode from the following command

toolbox run code ~/workspace/project_name/ 

using

toolbox enter
cd ~/workspace/project_name/ 
code .

Does work as expected

PapyElGringo avatar Apr 12 '23 12:04 PapyElGringo