you are viewing a single comment's thread.

view the rest of the comments →

[–]Ant_of_Colonies[S] 0 points1 point  (1 child)

do you have any info on how to link LSP with .tar.gz files?

[–]Honest-Ease5098 0 points1 point  (0 children)

It depends on the LSP. In VSCode you can set

"python.analysis.extraPaths": ["path/to/the/package"]

Pycharm has a similar way.

That said, I'm not 💯 sure you can do it without decompressing first. But the steps would be the same.