You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am researching my options for replacing the REPL Window in Calva. It has its own readline and formatting and paredit and stuff, but it is hard for me to maintain and causes many small pains for my users.
The VS Code team are soon releasing a new API where extensions can provide the backend for a the integrated terminal: microsoft/vscode#70978 There is a hook for picking up keystrokes, if I understand things correctly.
As parts of Calva are written in CLJS I am figuring if maybe I could use rebel-readline-cljs for powering the prompt of such a pseudo terminal. It is a bit unclear to me how and even if it is possible, though. Maybe someone else here can help me assess this option?
The text was updated successfully, but these errors were encountered:
Hello,
I am researching my options for replacing the REPL Window in Calva. It has its own readline and formatting and paredit and stuff, but it is hard for me to maintain and causes many small pains for my users.
The VS Code team are soon releasing a new API where extensions can provide the backend for a the integrated terminal: microsoft/vscode#70978 There is a hook for picking up keystrokes, if I understand things correctly.
As parts of Calva are written in CLJS I am figuring if maybe I could use rebel-readline-cljs for powering the prompt of such a pseudo terminal. It is a bit unclear to me how and even if it is possible, though. Maybe someone else here can help me assess this option?
The text was updated successfully, but these errors were encountered: