We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575776b commit 621b18dCopy full SHA for 621b18d
src/dstack/_internal/server/services/jobs/configurators/extensions/cursor.py
@@ -35,7 +35,7 @@ def get_install_commands(self) -> List[str]:
35
36
def get_print_readme_commands(self) -> List[str]:
37
return [
38
- "echo To open in VS Code Desktop, use link below:",
+ "echo To open in Cursor, use link below:",
39
"echo ''",
40
f"echo ' cursor://vscode-remote/ssh-remote+{self.run_name}/workflow'", # TODO use $REPO_DIR
41
0 commit comments