Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Support the cursor IDE #2412 #2413

Merged
merged 3 commits into from
Mar 17, 2025

Conversation

peterschmidt85
Copy link
Contributor

No description provided.

@peterschmidt85 peterschmidt85 requested a review from jvstme March 16, 2025 19:34
@peterschmidt85 peterschmidt85 linked an issue Mar 16, 2025 that may be closed by this pull request
ide: Annotated[Literal["vscode"], Field(description="The IDE to run")]
ide: Annotated[
Union[Literal["vscode"], Literal["cursor"]],
Field(description="The IDE to run. Supported values include `vscode` and `cursors`."),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Field(description="The IDE to run. Supported values include `vscode` and `cursors`."),
Field(description="The IDE to run. Supported values include `vscode` and `cursor`"),

No trailing dot is needed for the dstack.yml reference docs – leads to double dot.

@peterschmidt85 peterschmidt85 merged commit a2d03f5 into master Mar 17, 2025
22 checks passed
@peterschmidt85 peterschmidt85 deleted the 2412-feature-support-the-cursor-ide branch March 17, 2025 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Support the cursor IDE
3 participants