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
Essentially, on startup have Janet LSP check for the presence of a debug console on a standard (or command-line argument parameterized?) port. If one is found, connect and route debug messages to it.
The text was updated successfully, but these errors were encountered:
Minimal implementation delivered with #15 . Some additional polish might be good—in particular, considering using alternate screen buffer with \e[?1049h and restoring on server exit.
Learn from the excellent design of Textual's devtools: https://textual.textualize.io/guide/devtools/
Essentially, on startup have Janet LSP check for the presence of a debug console on a standard (or command-line argument parameterized?) port. If one is found, connect and route debug messages to it.
The text was updated successfully, but these errors were encountered: