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 started to add Joyride jack-in to Calva, and realized I want an API call for this instead of executing a command that might change its id later on.
Thinking that the Joyride extension can provide an API function startNReplServer(projectRootUri, callback). The callback function will be called when the server is started with a map/object like {"port": <port> "error": <error-message-or-undefined>}.
The text was updated successfully, but these errors were encountered:
* Rename and refactor nREPL start/stop
* Make creation and removal of port file more reliable
* Add API for starting nREPL server
* Make start server return a promise
* Add docs for extension API
* Add some more playground code
* Add `when` clause contexts and getContextValue API
Fixes#28
Co-authored-by: Michiel Borkent <michielborkent@gmail.com>
I started to add Joyride jack-in to Calva, and realized I want an API call for this instead of executing a command that might change its id later on.
Thinking that the Joyride extension can provide an API function
startNReplServer(projectRootUri, callback)
. The callback function will be called when the server is started with a map/object like{"port": <port> "error": <error-message-or-undefined>}
.The text was updated successfully, but these errors were encountered: