-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In order to make it easier for people to use Talon for development, we'd like to support the command server when VSCode is running in a web browser. The approach is roughly as follows:
- Leverage Rango's RPC to inject a payload into the
windowobject - Inject a function onto the
windowobject that the command server can use to send a response payload. Could possibly leverage some code Rango used to have for modifying thewindowobject. See also this SO post - Issue a keypress from Talon to tell the command server to read from the
windowobject - Read from the
windowobject in the command server extension and run the command like usual - Send the response back via the injected callback
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request