From 8609ead4cbee45224ce7b59655a4fdc28ae5b68f Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Tue, 6 Jan 2026 16:31:54 +0800 Subject: [PATCH 1/2] Add StreamController VSCode --- Plugins.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Plugins.json b/Plugins.json index ee76c02..28a6b38 100644 --- a/Plugins.json +++ b/Plugins.json @@ -367,5 +367,11 @@ "1.5.0-beta.11": "b9dc6dc1c048b81d8b52d760918d6fe68df89ed8", "1.5.0-beta.12": "89a50a6c3e3942c2575a4bb86fe5f89af6ae9f2c" } - } + }, + { + "url": "https://github.com/geeksville/SteamController_VSCode", + "commits": { + "1.0.0": "034e0dbf2eb20e42f9fb3fe9efc913a3e74ea119" + } + } ] From 8ccf8674b2d9f1c4792960d3cf552b26772dff31 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Fri, 9 Jan 2026 10:51:39 +0800 Subject: [PATCH 2/2] bump to VSCode 1.0.1 --- Plugins.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Plugins.json b/Plugins.json index 28a6b38..a90dc7d 100644 --- a/Plugins.json +++ b/Plugins.json @@ -371,7 +371,8 @@ { "url": "https://github.com/geeksville/SteamController_VSCode", "commits": { - "1.0.0": "034e0dbf2eb20e42f9fb3fe9efc913a3e74ea119" + "1.0.0": "034e0dbf2eb20e42f9fb3fe9efc913a3e74ea119", + "1.0.1": "08f293443e5c47846ea98403a40476ee59433abe" } } ]