-
Notifications
You must be signed in to change notification settings - Fork 9
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
[FR] Teletype support #55
Comments
Haha, so I assume that this would be possible with the constraints of teletype? |
Not sure. Teletype doesn't have very good documentation. (Or any at all) |
Atom describes how to add support for teletype in no ambiguous manner. https://teletype.atom.io/#getting-started Or https://github.com/atom/teletype Or Open atom search for package teletype and install. Or open a terminal and type Its not up to any terminal to include this anyway as its a editor side modification. |
Teletype also provides a service for packages to sync information. That is what this issue is about. Syncing a terminal like vscode does. The problem is there is no documentation for this service. I think we would need to replace pty with a teletype service to get it working. |
Yes, this issue is about syncing information using the Teletype API. That sucks, should I close this issue in that case? |
No, we should keep this open. This is something I would like to figure out eventually. |
And please dont forget that people who dont want any of this shouldn't be forced to load this service whatever it will end up being. e.g people who dont want any remote sharing services when they dont have any for security reasons. |
The only thing that is preventing me from using atom instead of vscode full time, at the moment, is the lack of sharing a terminal with another person. VSCode can do this with the live share extension.
Why not integrate with teletype?
I currently use https://tmate.io/ which works amazingly but teletype support would be a step further to make it feel native
The text was updated successfully, but these errors were encountered: