dev container improvements

This commit is contained in:
John Lancaster
2023-03-26 23:11:20 -05:00
parent 164c7f5bbb
commit 22ad5180a3

View File

@@ -35,7 +35,9 @@
"extensions": [ "extensions": [
"ms-python.python", "ms-python.python",
"ms-toolsai.jupyter", "ms-toolsai.jupyter",
"mhutchie.git-graph" "mhutchie.git-graph",
"ms-python.isort",
"ms-python.autopep8"
] ]
} }
} }