Surface polish: batched Minor findings from the native-surfaces final review (#71) #75

Merged
benstull merged 8 commits from worktree-s71-surface-polish into main 2026-07-03 03:20:24 +00:00
Showing only changes of commit 52f75f5fcb - Show all commits
+1 -1
View File
@@ -126,7 +126,7 @@ suite("Open Cowriting Review Preview (host E2E — menu wiring + clicked-doc res
const items = (pkg().contributes.menus["editor/title"] ?? []) as Array<{ command: string; when?: string }>;
const entry = items.find((m) => m.command === "cowriting.openReviewPreview");
assert.ok(entry, "editor/title has an openReviewPreview entry");
assert.match(entry!.when ?? "", /editorLangId == markdown/, "gated on markdown");
assert.match(entry!.when ?? "", /resourceLangId == markdown/, "gated on markdown");
});
test("the command title reads 'Open Cowriting Review Preview'", () => {