v1.0.8 — Markdown table RTL + editor checksum fix
What's new
Markdown table RTL — Tables in Cursor's Markdown document editor and VS Code Markdown preview now get proper right-to-left layout: direction: rtl plus text-align: right on table cells, so mixed Hebrew/English text is readable and flush right. English-only tables stay LTR; inline code inside cells stays LTR. Uses a lightweight table-only pass so opening large .md previews does not freeze the IDE.
Editor checksum fix — Built-in reconciliation of product.json checksums after the Custom CSS and JS Loader modifies workbench.html, which triggers the "Your installation appears to be corrupt" warning. Auto-fix on startup (rtlForVsCodeAgents.autoFixChecksums, on by default) plus manual Fix Editor Checksums / Restore Editor Checksums commands. Keeps a backup at product.json.orig.<version>.
Also includes the v1.0.6 fix that skips heavy RTL processing on Markdown document surfaces only (not Composer chat).
Install
- Install Custom CSS and JS Loader
- Download and install
rtl-for-vs-code-and-cursor-agents-1.0.8.vsixfrom this release - Run Enable Custom CSS and JS → reload
This release exists in the hope that the upstream repo will eventually also support Cursor. See the open PR at GuyRonnen/rtl-for-vs-code-agents#11.