Update devcontainer.json

This commit is contained in:
Pascal Vizeli 2019-09-30 11:01:59 +02:00 committed by GitHub
parent e30f39e97e
commit a75fd2d07e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,8 @@
], ],
"extensions": [ "extensions": [
"ms-python.python", "ms-python.python",
"visualstudioexptteam.vscodeintellicode" "visualstudioexptteam.vscodeintellicode",
"esbenp.prettier-vscode"
], ],
"settings": { "settings": {
"python.pythonPath": "/usr/local/bin/python", "python.pythonPath": "/usr/local/bin/python",