Automatically detecting ports #238
mauricioszabo
started this conversation in
Ideas
Replies: 1 comment 11 replies
-
Perhaps add a setting to select the dot file to look for? I suspect a given user is going to use a specific type of REPL for nearly all of their projects anyway. I'm never going to want Chlorine/Clover to use So perhaps a text field that folks can put a comma-separated list of dot-file names in order to search for? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, this PR (#235) by @rafd added a way to auto-fill the port for Socket REPL, nREPL, and Shadow-CLJS by default.
But I saw some issues while using it:
.socket-repl.port
on the root file. In fact, there's nothing on the specification of Socket REPLs at all to create this fileThis means that, in practice, Chlorine will default to nREPL - that's exactly the protocol he's not great at handling. I'm really thinking on alternatives, maybe even hide this "suggest port" over a config file, because keeping it the way it is, it's not painting a good image on the plug-ins' capabilities IMHO...
Beta Was this translation helpful? Give feedback.
All reactions