From 331c8656064adc37f4d38e54a9e6a11183e8e589 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Fri, 31 Jul 2026 17:21:13 +0800 Subject: [PATCH] Update the acceptable values of `savePrefix` --- src/schemas/json/pnpm-workspace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schemas/json/pnpm-workspace.json b/src/schemas/json/pnpm-workspace.json index 660443fe48c..3b8fa9a9b2f 100644 --- a/src/schemas/json/pnpm-workspace.json +++ b/src/schemas/json/pnpm-workspace.json @@ -678,7 +678,7 @@ "oneOf": [ { "type": "string", - "enum": ["^", "~", ""] + "enum": ["^", "~", "", "="] } ] },