DEV Community

Discussion on: How to solve Pylance 'missing imports' in vscode

Collapse
 
carloswm85 profile image
Carlos

Is there any way to include as a path ALL of the folders below a given path? I'm working inside a folder, with several subfolders, each of them with its own test. This solution solves the problem by adding each individual folder to the extraPaths, every time, but no for a group of folders.

Collapse
 
climentea profile image
Alin Climente

Please comment if you find the solution. I am interested in this too :)

Collapse
 
karanparekh profile image
Karan Parekh

Wild card paths (/) should work something like `folder1/folder2/`
But I am not sure..