this is the settings.json file code
{
    "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
With vscode-python's release on June 16th 2020 they removed the python.jediEnabled setting in favor for the python.languageServer setting.
From the changelog:
Removed
python.jediEnabledsetting in favor ofpython.languageServer. Instead of"python.jediEnabled": trueplease use"python.languageServer": "Jedi". (#7010)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With