Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Specify the location of Pylint as installed in the image
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Jul 3, 2019
1 parent 4f83593 commit 15eb7eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion containers/python-3/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"settings": {
"python.pythonPath": "/usr/local/bin/python",
"python.linting.pylintEnabled": true,
"python.linting.pylintPath": "/usr/local/bin/pylint",
"python.linting.enabled": true
}
}
}

0 comments on commit 15eb7eb

Please sign in to comment.