fix: openReviewPreview title-menu when uses resourceLangId like its siblings (#71 item 3)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
BenStullsBets
2026-07-02 20:15:22 -07:00
parent ef11b8712e
commit af8a10fc2a
+1 -1
View File
@@ -239,7 +239,7 @@
}, },
{ {
"command": "cowriting.openReviewPreview", "command": "cowriting.openReviewPreview",
"when": "editorLangId == markdown", "when": "resourceLangId == markdown",
"group": "navigation@9" "group": "navigation@9"
} }
], ],