Skip to content

Commit

Permalink
feat: prepare to server list concept
Browse files Browse the repository at this point in the history
  • Loading branch information
sfavazza committed Dec 9, 2023
1 parent a0c9621 commit 8461f24
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lsp-docker.el
Original file line number Diff line number Diff line change
Expand Up @@ -754,11 +754,10 @@ dockerized server."
(multi-server-config
(message "registering multiple servers")
(--map (lsp-docker--register-single-server
;; get per-dockerized-server configuration
(gethash it multi-server-config)
it
project-root
path-mappings)
(ht-keys multi-server-config)))
multi-server-config))
(t
(user-error "no '%s' neither '%s' keywords found in configuration file"
lsp-docker--server-key
Expand Down

0 comments on commit 8461f24

Please sign in to comment.