[VSCode]command ‘python.setInterpreter’ not found
vscode中的python插件突然出了问题:在Ctrl+Shift+P后选择Python: Select Interpreter, vscode报了错误:
command ‘python.setInterpreter’ not found
解决方法:
菜单栏的文件 -> 首选项 -> 设置, 搜索 python.pythonPath
在出现的结果里,把pythonPath对应的值修改为实际系统中anaconda的python命令的路径即可。