fix: update extension metadata for Cursor marketplace compatibility#63
Merged
gltanaka merged 2 commits intopromptdriven:mainfrom Sep 23, 2025
Conversation
- Add Cursor to description and keywords - Update README to mention Cursor compatibility - Prepare for Open VSX registry publishing Fixes promptdriven#59
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the VS Code extension metadata to improve compatibility and discoverability in the Cursor marketplace. The changes clarify that the extension works with both VS Code and Cursor editors.
- Updated package description and keywords to explicitly mention Cursor support
- Enhanced README documentation to clarify compatibility with both editors
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| utils/vscode_prompt/package.json | Added Cursor to description and keywords array |
| utils/vscode_prompt/README.md | Updated requirements section to clarify VS Code and Cursor compatibility |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
gltanaka
requested changes
Sep 23, 2025
| ## Requirements | ||
|
|
||
| - Visual Studio Code (or Cursor) 1.96+ recommended | ||
| - Visual Studio Code 1.96+ or Cursor (recommended) |
Contributor
There was a problem hiding this comment.
Should this be all OpenVSX compatible IDEs?
Contributor
Author
There was a problem hiding this comment.
added all the other related compatible IDEs
- Update README.md to include Kiro and Windsurf in extension compatibility - Add Kiro and Windsurf to VS Code extension README requirements and installation - Include kiro and windsurf keywords in package.json for better discoverability - Update installation instructions in vsc-extension-quickstart.md - Update Makefile help text and error messages to reference new editors This expands the extension's reach to additional OpenVSX-compatible IDEs beyond VS Code, Cursor, VSCodium, and Gitpod.
gltanaka
approved these changes
Sep 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #59