Skip to content

Commit

Permalink
chore(devcontainer): Replace deprecated vscode extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Gergely Meszaros committed Nov 7, 2023
1 parent 55257e8 commit 041a529
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"customizations": {
"vscode": {
"extensions": [
"bungcip.better-toml",
"ms-python.black-formatter",
"ms-python.python"
"ms-python.python",
"tamasfe.even-better-toml"
]
}
}
Expand Down
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ tasks:

vscode:
extensions:
- bungcip.better-toml
- ms-python.python
- ms-python.black-formatter
- ms-python.python
- tamasfe.even-better-toml

0 comments on commit 041a529

Please sign in to comment.