-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add multi-server feature #85
Merged
factyy
merged 23 commits into
emacs-lsp:master
from
sfavazza:feature/multiple-servers-support
Mar 18, 2024
Merged
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
e28b28c
chores: solve few warnings, clarify code through indentation
sfavazza 9bfdb35
chores: complete removal of unused arguments
sfavazza 1c53d35
feat: rm unneeded function, improve doc
sfavazza 40984b1
chores: keep unused inputs for future feature
sfavazza b79691c
feat: adapt hash-table getter functions to work on server-config node
sfavazza 8848718
feat: add support for multi-server configuration
sfavazza 55328d4
fix: correct argument to get base client instance, style fix
sfavazza 2404c48
chores: complete "config" to "server-config" renaming, improve functi…
sfavazza 0b5450c
feat: add error messages, correct some doc-strings
sfavazza c5ac2af
feat: use defconst for 'server and 'multi-server keywords, fix config…
sfavazza 73a1b8b
feat: encode all keywords into 'defconst'
sfavazza 1a51778
feat: merge 'lsp-docker-get-server-container-name' and 'lsp-docker-ge…
sfavazza a0c9621
feat: complete YAML keys replacement with defconst
sfavazza 8461f24
feat: prepare to server list concept
sfavazza e6dd277
feat: remove 'multi-server' key, implement list of server config inst…
sfavazza b06eae9
Merge pull request #2 from sfavazza/multi_server_feature
sfavazza 79da5a4
feat: add manual test files
sfavazza fbe10b4
fix: restore initial form of lsp-docker-get-server-id
sfavazza-duagon f962a70
feat: update test sources
sfavazza-duagon 07a1602
feat: revert "feat: merge 'lsp-docker-get-server-container-name' and …
sfavazza-duagon d091264
chores: test files improvements
sfavazza 935c814
chores: test files improvements
sfavazza b23d606
doc: fix typo (review #85)
sfavazza File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,6 @@ emacs.d | |
Debug | ||
.log | ||
*.ccls-cache* | ||
|
||
# test files | ||
test/.lsp-docker.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A small typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed in b23d606