From 1d2f3053c4bd15762aa1dd9e4165e746ac2448af Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Wed, 27 Oct 2021 17:51:52 -0700 Subject: [PATCH] Update --- .devcontainer/devcontainer.json | 1 - 1 file changed, 1 deletion(-) 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",