From 49818aa58fb50d07f2ff700dcc5bdba99b770553 Mon Sep 17 00:00:00 2001 From: phobot Date: Thu, 17 Apr 2025 15:34:26 +0300 Subject: [PATCH] Update extensions.json with the checkmarx repository --- extensions.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extensions.json b/extensions.json index 944c98b56..6e9086d91 100644 --- a/extensions.json +++ b/extensions.json @@ -159,6 +159,9 @@ "ccls-project.ccls": { "repository": "https://github.com/MaskRay/vscode-ccls" }, + "checkmarx.checkmarx-one": { + "repository": "https://github.com/Checkmarx/ast-vscode-extension" + }, "chenglou92.rescript-vscode": { "repository": "https://github.com/rescript-lang/rescript-vscode" },