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

Add kitty external terminal support for macOS #239473

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stefan-sedlak
Copy link

Implemented issue: #239470

Implementation includes:

  • Detecting the presence of a running Kitty instance via its socket.
  • Providing commands like "send-text" and "select-window" via the existing external terminal service or a new dedicated Kitty terminal service.
  • Leveraging waiting loop to ensure the terminal socket is available before attempting to execute commands.
  • Proper error messages when Kitty is not installed or fails to launch.

Existing test cases (related to macOS external terminal) are passing
No additional tests were added.

@stefan-sedlak
Copy link
Author

@microsoft-github-policy-service agree

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.

4 participants