-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi server feature #2
Multi server feature #2
Conversation
Ok, I'll take a look when I have time. BTW you can try to invite yyoncho since he is the main author of the package and is much more experienced Elisp developer than me :) |
Sounds good. Invitation sent 😊 |
Sorry, I haven't forgotten but still don't have time :( |
Glad you kept me posted 😊 |
@sfavazza , I just got a look the the implementation: don't remember whether we discussed it before, but what if we don't use a new |
And one more thing: there was a fix (involving the default config) in the main repo (emacs-lsp#83), pay attention :) |
Hello @factyy, I proposed in the past the keyword That's a clever idea, I will implement it as you suggested (quite busy on my side now 😅) |
If you mean that I should merge it into my branch, sure thing! (or did I miss something?) |
Keeping your branches in sync is always a good thing :) |
cff3a6f
to
40984b1
Compare
…on description text
4fae3e0
to
c5ac2af
Compare
I have just rebased. If you don't have any more comments we could merge it.
I will implement this in the |
- replace all <'key> instances with their dedicated 'defconst' - distinguish between 'server top-node and 'server key
…t-server-image-name' functions, improve error message
@sfavazza , looks really nice right now! The only thing I wanted to clarify is: do you want to add support for separate per-server mappings? |
I cannot forseen the need judging from my use cases. I would see if the feature request would come up. In that case it should not that hard to include the feature. At the moment NO per-server mapping is considered. For the time being can we merge this into my feature/multiple-servers-support branch? |
I think yeah, it looks ok, go ahead. Please don't forget to test old cases (with a single server) so we won't have to deal with regression bugs :) |
@factyy I am still debugging few issues when starting image-based servers. Hopefully I will manage to work on it in these days. |
The basic feature seems to work. I encourage you at trying it on your side.
Remaining tasks: