Ctril+Shift+P
然后输入
Python: Select Interprete
修改下环境
在swttings.json
添加项目
"python.linting.pylintArgs": [
"--generate-members"
],
Ctril+Shift+P
然后输入
Python: Select Interprete
修改下环境
在swttings.json
添加项目
"python.linting.pylintArgs": [
"--generate-members"
],