diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e8d9d85..4abbc2a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -23,7 +23,6 @@ } }, "python.defaultInterpreterPath": "/usr/local/bin/python", - "python.languageServer": "Default", "python.linting.enabled": true, "python.linting.pylintEnabled": true, "python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8",