mattn / vim-lsp-settings

Auto configurations for Language Server for vim-lsp
MIT License
1.26k stars 225 forks source link

Fix deno lsp did not work when using v1.39.0 #711

Closed kuuote closed 6 months ago

kuuote commented 6 months ago

All initialization_options are always overwritten workspace_config at deno lsp. So moving initialization_options to workspace_config.deno.

It's works with deno v1.29.0(released over 1 years ago).

mattn commented 6 months ago

Thank you