diff --git a/.vscode/settings_template.json b/.vscode/settings_template.json index 0f6137f4f..d92606db8 100644 --- a/.vscode/settings_template.json +++ b/.vscode/settings_template.json @@ -11,6 +11,5 @@ }, "python.formatting.provider": "black", "python.linting.mypyEnabled": true, - "python.linting.enabled": true, - "cSpell.enabled": false, + "python.linting.enabled": true }