From 25a6198e0ccf7c13882819e3ab457230abb91352 Mon Sep 17 00:00:00 2001 From: francoism90 Date: Thu, 10 Sep 2026 15:51:17 +0200 Subject: [PATCH] Add stable branch to extension version Switches com.visualstudio.code.tool's add-extensions entry from a single pinned `version` to a `versions` list ('stable;25.08'), so third-party VS Code tool extensions published to the `stable` branch keep resolving after this manifest's own version bumps, instead of silently stopping at /app/tools until the extension author republishes to the new branch. Cherry-picked from flathub/com.visualstudio.code#542 (open since 2024-10, passing CI, unreviewed), updated from 24.08 to this repo's current 25.08. Co-Authored-By: Claude Sonnet 5 --- com.visualstudio.code.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.visualstudio.code.yaml b/com.visualstudio.code.yaml index 422feb9..ba57685 100644 --- a/com.visualstudio.code.yaml +++ b/com.visualstudio.code.yaml @@ -34,7 +34,7 @@ add-extensions: com.visualstudio.code.tool: directory: tools subdirectories: true - version: '25.08' + versions: 'stable;25.08' add-ld-path: lib no-autodownload: true cleanup: