Update .devcontainer/devcontainer.json

Co-authored-by: Luke Cheung Engle <99493186+luke-engle@users.noreply.github.com>
This commit is contained in:
Ethan Dennis
2022-09-19 16:46:46 -07:00
committed by GitHub
co-authored by Luke Cheung Engle
parent 216b844d6b
commit 59b717f546
+2 -1
View File
@@ -20,7 +20,8 @@
"customizations": {
"vscode": {
"settings": {
"files.autoSave": "onFocusChange"
"files.autoSave": "onFocusChange",
"editor.tabSize": 2
},
"extensions": [
"ms-azuretools.vscode-docker"