当前位置:网站首页>Implementation of importing vscode from PDM

Implementation of importing vscode from PDM

2022-06-25 23:12:00 inrese

VSCode Set up

Add the following two items to .vscode/settings.json In the top-level Dictionary of :

{
“python.autoComplete.extraPaths”: [“pypackages/<major.minor>/lib”],
“python.analysis.extraPaths”: [“pypackages/<major.minor>/lib”]
}
notes : above <major.minor> yes python Version number of , Such as pypackages/3.8/lib .

原网站

版权声明
本文为[inrese]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/176/202206251937071641.html