Skip to content

Commit

Permalink
build: format devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chemelli74 committed Feb 19, 2024
1 parent ee9476b commit dfa1359
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"args": {
"VARIANT": "3.11",
"INSTALL_NODE": "false",
"NODE_VERSION": "lts/*",
},
"NODE_VERSION": "lts/*"
}
},
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-python.vscode-pylance",
"ms-azuretools.vscode-docker",
],
},
"ms-azuretools.vscode-docker"
]
}
},
"postCreateCommand": "pre-commit install",
"remoteUser": "vscode",
"remoteUser": "vscode"
}

0 comments on commit dfa1359

Please # to comment.