From 01e2b7387896327bb0199ed96af30dfde36789d6 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Thu, 28 Oct 2021 00:41:06 +0000 Subject: [PATCH] Property tweaks --- .devcontainer/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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",