Purpose: Install the MyST-Markdown VS Code extension for syntax highlighting, autocomplete, and preview.
Note: If you ran bash scripts/setup_env.sh in the ballpark repo, the extension may already be installed automatically. Use this workflow only if you need to install it manually or troubleshoot.
Check if the extension is already installed:
Cmd+Shift+X / Ctrl+Shift+X).Cursor’s marketplace is separate from VS Code’s and may not include this extension. Download and install the .vsix file directly:
curl -L "https://ExecutableBookProject.gallery.vsassets.io/_apis/public/gallery/publisher/ExecutableBookProject/extension/myst-highlight/latest/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage" -o /tmp/myst-highlight.vsix
... menu (top right) → “Install from VSIX…“/tmp/myst-highlight.vsixOr from the command line (if Cursor CLI is on PATH):
cursor --install-extension /tmp/myst-highlight.vsix
Cmd+Shift+X / Ctrl+Shift+X).ExecutableBookProject.myst-highlight).