From c09360a36dcecf2d18250416b316e1e83091340b Mon Sep 17 00:00:00 2001 From: ryulurala <46925031+ryulurala@users.noreply.github.com> Date: Tue, 9 Dec 2025 16:24:35 +0900 Subject: [PATCH] Add repository information for pandabt-helper extension --- extensions.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extensions.json b/extensions.json index 500dca992..ae9cbe314 100644 --- a/extensions.json +++ b/extensions.json @@ -1599,4 +1599,7 @@ "zxh404.vscode-proto3": { "repository": "https://github.com/zxh0/vscode-proto3" } + "ryulurala.pandabt-helper": { + "repository": "https://github.com/ryulurala/vscode_pandabt2_helper" + } }