Update devcontainer.json

This commit is contained in:
Pascal Vizeli
2019-07-02 13:32:35 +02:00
committed by GitHub
parent e3d281b3c4
commit 7bf140f921

View File

@@ -14,6 +14,7 @@
"settings": { "settings": {
"python.pythonPath": "/usr/local/bin/python", "python.pythonPath": "/usr/local/bin/python",
"python.linting.pylintEnabled": true, "python.linting.pylintEnabled": true,
"python.linting.enabled": true "python.linting.enabled": true,
"files.trimTrailingWhitespace": true
} }
} }