mattn / vim-lsp-settings

Auto configurations for Language Server for vim-lsp
MIT License
1.27k stars 229 forks source link

Fix deno's inlay hint settings #706

Closed heavenshell closed 8 months ago

heavenshell commented 8 months ago

deno's inlay hint did not work since deno v1.38.0.

before:

スクリーンショット 2023-11-16 1 04 33

after:

スクリーンショット 2023-11-16 1 03 40

Thanks to @yaegassy for suggested me to how to fix this problem.

mattn commented 8 months ago

Thank you