Skip to content

Commit

Permalink
chores: keep unused inputs for future feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sfavazza committed Dec 9, 2023
1 parent 1c53d35 commit 40984b1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion lsp-docker.el
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,15 @@ output)"
path-mappings
docker-container-name
activation-fn
server-command)
server-command
;; TODO: keep these inputs for future feature
;; implementation, see
;; https://github.com/sfavazza/lsp-docker/pull/1#discussion_r1367081991
;; project-root
;; docker-image-id
;; priority
;; launch-server-cmd-fn
)
"Build an image asynchronously and register it afterwards"
(unless (lsp-docker--check-image-exists image-name) ;; Check again whether we have to build a new image
(if dockerfile-path
Expand Down

0 comments on commit 40984b1

Please sign in to comment.