emacs-lsp / lsp-docker

Scripts and configurations to leverage lsp-mode in docker environment
GNU General Public License v3.0
241 stars 34 forks source link

file mode specification error invalid-read-syntax #51

Closed icemanblues closed 2 years ago

icemanblues commented 2 years ago

Hello! I updated my emacs via elpa and melpa (packages-list) and I updated all of my packages. When I open up a file for a programming language, my LSP triggers and I receive this error.

file mode specification error invalid-read-syntax

Digging through the messages. It appears that this comes from lsp-docker.el. There might be an extra closing paren somewhere?

icemanblues commented 2 years ago

Looks like this line. https://github.com/emacs-lsp/lsp-docker/blob/53707f8ddc1716de68f1081580aa2441bc5c53f7/lsp-docker.el#L34