BetterThanTomorrow / joyride

Making VS Code Hackable like Emacs since 2022
https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.joyride
Other
469 stars 17 forks source link

Add configuration for nrepl port address #103

Closed PEZ closed 1 year ago

PEZ commented 1 year ago

Add a setting joyride.nReplHostAddress with a default of "127.0.0.1".

Fixes #102

The error handling is a bit lacking. Not sure how it is supposed to be done. But I added a listener for the error event and also sanity check the host address provided.

PEZ commented 1 year ago

Thanks! Updated with your feedback.