From 16376ba2b348d52909dcdccbca7e5a25d626db9c Mon Sep 17 00:00:00 2001 From: Ken Herring Date: Sat, 25 Oct 2025 06:23:43 +0000 Subject: [PATCH] Add repository info for ablunit-test-runner extension --- extensions.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extensions.json b/extensions.json index 500dca992..d67d1880e 100644 --- a/extensions.json +++ b/extensions.json @@ -567,6 +567,9 @@ "Kelvin.vscode-sshfs": { "repository": "https://github.com/SchoofsKelvin/vscode-sshfs" }, + "kherring.ablunit-test-runner": { + "repository": "https://github.com/kenherring/ablunit-test-runner" + }, "KevinRose.vsc-python-indent": { "repository": "https://github.com/kbrose/vsc-python-indent" },