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 don't know if other editors have this, but VSCode has vscode:// URLs that can open VSCode. It would be a nice experience to automatically start the editor instead of showing an error message if the connection fails.
The text was updated successfully, but these errors were encountered:
That’s not a bad idea, I’ll have to check how it works. My guess it’s that it’s more complicated than it sounds because opening VSCode isn’t instant, and extensions are delayed too. This means that it’s not enough to open VSCode and immediately connect to it, so GhostText would also need to enter a polling state that waits for the editor.
Setup
Browser: Edge
Editor: VSCode
Description
I don't know if other editors have this, but VSCode has vscode:// URLs that can open VSCode. It would be a nice experience to automatically start the editor instead of showing an error message if the connection fails.
The text was updated successfully, but these errors were encountered: