From f83bad5711d8124ce108eac5ab3526abc256490a Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Wed, 29 Jan 2020 15:26:30 +0000 Subject: [PATCH] Fix pylint path --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6c73d57..1e8d2e5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,7 +10,7 @@ "python.pythonPath": "/usr/local/bin/python", "python.linting.enabled": true, "python.linting.pylintEnabled": true, - "python.linting.pylintPath": "/usr/local/bin/pylint" + "python.linting.pylintPath": "/usr/local/share/pip-global/bin/pylint" }, // Use 'appPort' to create a container with published ports. If the port isn't working, be sure