【发布时间】:2022-12-01 15:16:17
【问题描述】:
Recently I've installed pylance server (earlier I used Jedi), but it turned out that I have my file path autocompletion turned off. In Jedi it is out-of-box. How can I enable this option? Jedi:
I tried setting up "python.analysis.include": ["${workspaceFolder}"], but it doesn't do a thing "python.analysis.indexing": true also useless
【问题讨论】:
标签: visual-studio-code pylance jedi