Skip to content

Commit 621b18d

Browse files
committed
Fix Cursor message
1 parent 575776b commit 621b18d

File tree

1 file changed

+1
-1
lines changed
  • src/dstack/_internal/server/services/jobs/configurators/extensions

1 file changed

+1
-1
lines changed

src/dstack/_internal/server/services/jobs/configurators/extensions/cursor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def get_install_commands(self) -> List[str]:
3535

3636
def get_print_readme_commands(self) -> List[str]:
3737
return [
38-
"echo To open in VS Code Desktop, use link below:",
38+
"echo To open in Cursor, use link below:",
3939
"echo ''",
4040
f"echo ' cursor://vscode-remote/ssh-remote+{self.run_name}/workflow'", # TODO use $REPO_DIR
4141
"echo ''",

0 commit comments

Comments
 (0)