From af8a10fc2acdc0247a93862afb3a3ee37b283063 Mon Sep 17 00:00:00 2001 From: BenStullsBets Date: Thu, 2 Jul 2026 20:15:22 -0700 Subject: [PATCH] fix: openReviewPreview title-menu when uses resourceLangId like its siblings (#71 item 3) Co-Authored-By: Claude Fable 5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44beaf1..cf1bf41 100644 --- a/package.json +++ b/package.json @@ -239,7 +239,7 @@ }, { "command": "cowriting.openReviewPreview", - "when": "editorLangId == markdown", + "when": "resourceLangId == markdown", "group": "navigation@9" } ],