Skip to content

Commit

Permalink
Use updated devcontainer extension configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yottalogical authored and CarsonHoffman committed Feb 15, 2023
1 parent fc18083 commit 50c6826
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
"service": "workspace",
"workspaceFolder": "/workspaces/project3",
"remoteUser": "eecs388",
"extensions": [
"ms-azuretools.vscode-docker",
"ms-python.python"
]
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.vscode-docker",
"ms-python.python"
]
}
}
}

0 comments on commit 50c6826

Please sign in to comment.