Skip to content

Commit 77ec0ba

Browse files
authored
chore: add mongodb and python-debugger extensions (#1113)
Signed-off-by: Valeriy Svydenko <[email protected]>
1 parent b40b145 commit 77ec0ba

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dependencies/che-plugin-registry/openvsx-sync.json

+12
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@
6767
"id": "ms-python.black-formatter",
6868
"version": "2024.2.0"
6969
},
70+
{
71+
"id": "ms-python.debugpy",
72+
"version": "2024.12.0"
73+
},
74+
{
75+
"id": "ms-python.pylint",
76+
"version": "2024.0.0"
77+
},
7078
{
7179
"id": "ms-python.isort",
7280
"version": "2023.10.1"
@@ -222,5 +230,9 @@
222230
{
223231
"id": "Kelvin.vscode-sshfs",
224232
"version": "1.26.1"
233+
},
234+
{
235+
"id": "mongodb.mongodb-vscode",
236+
"version": "1.9.1"
225237
}
226238
]

0 commit comments

Comments
 (0)