diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4951165..e8d9d85 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -22,9 +22,8 @@ "path": "/bin/bash" } }, - "terminal.integrated.defaultProfile.linux": "bash", "python.defaultInterpreterPath": "/usr/local/bin/python", - "python.languageServer": "Pylance", + "python.languageServer": "Default", "python.linting.enabled": true, "python.linting.pylintEnabled": true, "python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8",