From af77e55d8a697cfb87299fa4f1cfc09284835853 Mon Sep 17 00:00:00 2001 From: Valeriy Svydenko Date: Wed, 30 Oct 2024 14:43:32 +0200 Subject: [PATCH] chore: add mongodb and python-debugger extensions Signed-off-by: Valeriy Svydenko --- dependencies/che-plugin-registry/openvsx-sync.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/dependencies/che-plugin-registry/openvsx-sync.json b/dependencies/che-plugin-registry/openvsx-sync.json index 3b1e027fa..687b3a9ef 100644 --- a/dependencies/che-plugin-registry/openvsx-sync.json +++ b/dependencies/che-plugin-registry/openvsx-sync.json @@ -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" @@ -222,5 +230,9 @@ { "id": "Kelvin.vscode-sshfs", "version": "1.26.1" + }, + { + "id": "mongodb.mongodb-vscode", + "version": "1.9.1" } ]