Move settings to devcontainer.json

This commit is contained in:
Chuck Lantz
2019-05-28 20:17:31 +00:00
parent a8f05c10c6
commit 9e2d16b521
3 changed files with 4 additions and 7 deletions

View File

@@ -5,5 +5,8 @@
"context": "..",
"extensions": [
"ms-python.python"
]
],
"settings": {
"python.pythonPath": "/usr/local/bin/python"
}
}