Skip to content

Error message: "filetypes" of language server should be array of string #4288

Answered by chemzqm
miquecg asked this question in Q&A
Discussion options

You must be logged in to vote

Configuration for each language server can't be merged, you should use

"languageserver": {
    "erlang": {
      "command": "~/.erlang_ls/release/25.1.1/bin/erlang_ls",
      "filetypes": ["erlang"]
    },
}

in your project settings instead.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@miquecg
Comment options

Answer selected by chemzqm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants