From 322db9ab8530adb5120b984904bdbbfc404d4464 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 17:57:18 +0100 Subject: [PATCH] fix: Set Prerelease Mode to `true` (#4004) Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com> --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 0670d9312f..df6a9ce23b 100644 --- a/package.json +++ b/package.json @@ -4019,5 +4019,8 @@ "@cspell/dict-cspell-bundle": "1.0.20", "cspell": "^8.17.1", "regexp-worker": "^3.0.0" + }, + "vsce": { + "preRelease": true } }