Skip to content

Commit

Permalink
chore: add mongodb and python-debugger extensions (#1113)
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor authored Oct 31, 2024
1 parent b40b145 commit 77ec0ba
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dependencies/che-plugin-registry/openvsx-sync.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@
"id": "ms-python.black-formatter",
"version": "2024.2.0"
},
{
"id": "ms-python.debugpy",
"version": "2024.12.0"
},
{
"id": "ms-python.pylint",
"version": "2024.0.0"
},
{
"id": "ms-python.isort",
"version": "2023.10.1"
Expand Down Expand Up @@ -222,5 +230,9 @@
{
"id": "Kelvin.vscode-sshfs",
"version": "1.26.1"
},
{
"id": "mongodb.mongodb-vscode",
"version": "1.9.1"
}
]

0 comments on commit 77ec0ba

Please sign in to comment.