I’m trying to install the SpecStory extension in Cursor using a .vsix
file but have been unable to get it working. Here’s what I’ve tried so far:
System Info:
- Device: Mac Studio (Apple M4 Max, 36GB RAM)
- OS: macOS Sequoia 15.3.2
- Cursor Version: Version: 0.47.5 VSCode Version: 1.96.2
What I’ve Tried:
- Checked the Cursor Extension Marketplace – SpecStory is not listed.
- Used
Cmd + Shift + P
> “Install from VSIX…” – No such option appears. - Tried manually moving the
.vsix
file to~/.cursor/extensions/
and restarting Cursor – No effect. - Attempted installation via Terminal:
cursor --install-extension specstory-vscode-latest.vsix
→command not found
code --install-extension specstory-vscode-latest.vsix
→command not found
- Restarted Cursor after each attempt – No change.
- Looked through SpecStory’s docs (Install the extension - SpecStory) but didn’t find Cursor-specific install instructions.
Questions:
- Does Cursor support installing
.vsix
extensions manually? - If so, what’s the correct way to install them?
- If not, is there any way to use SpecStory in Cursor?
Any guidance would be appreciated. Thanks!