Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fopina authored Nov 15, 2024
1 parent ba0cc62 commit 15a6967
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

// Configure tool-specific properties - https://containers.dev/supporting
"customizations": {
"extensions": ["ms-azuretools.vscode-docker", "ms-python.python", "ms-python.debugpy"]
"vscode": {
"extensions": [
"ms-azuretools.vscode-docker",
"ms-python.python",
"ms-python.debugpy"
]
}
}
}
}

0 comments on commit 15a6967

Please sign in to comment.