简体   繁体   English

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

[英]vscode “python.jediEnabled”: false, showing as Unknown Configuration Setting

this is the settings.json file code这是settings.json文件代码

{
    "python.autoComplete.addBrackets": true,
    "python.linting.enabled": true,
    "python.pythonPath": "C:\\Program Files\\Python37\\python.exe",
    "python.jediEnabled": false,
    "python.languageServer": "Microsoft"
}

in this "python.jediEnabled": false , showing error that Unknown Configuration Setting pleaase give the solution在这个"python.jediEnabled": false ,显示未知配置设置的错误请给出解决方案

With vscode-python 's release on June 16th 2020 they removed the python.jediEnabled setting in favor for the python.languageServer setting.随着vscode-python于 2020 年 6 月 16 日发布,他们删除了python.jediEnabled设置以支持python.languageServer设置。 From the changelog :变更日志

Removed python.jediEnabled setting in favor of python.languageServer .删除python.jediEnabled设置以支持python.languageServer Instead of "python.jediEnabled": true please use "python.languageServer": "Jedi" .而不是"python.jediEnabled": true请使用"python.languageServer": "Jedi" ( #7010 ) ( #7010 )

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM