小编Ama*_*ani的帖子

vscode "python.jediEnabled": false,显示为未知配置设置

这是 settings.json 文件代码

{
    "python.autoComplete.addBrackets": true,
    "python.linting.enabled": true,
    "python.pythonPath": "C:\\Program Files\\Python37\\python.exe",
    "python.jediEnabled": false,
    "python.languageServer": "Microsoft"
}
Run Code Online (Sandbox Code Playgroud)

在此"python.jediEnabled": false,显示错误,未知配置设置请给出解决方案

python python-3.x visual-studio-code vscode-settings

7
推荐指数
1
解决办法
3531
查看次数