-
Hi all, I am trying to get inlay hints to show with deno. Anyone know what i a m doing wrong? I am using helix v23.10 and deno v1.38.2 my [language-server.deno-lsp]
command = "deno"
args = ["lsp"]
[language-server.deno-lsp.config]
enable = true
unstable = true
[lanuage-server.deno-lsp.config.inlayHints]
functionLikeReturnTypes = { enabled = true }
[[language]]
name = "typescript"
roots = ["deno.jsonc"]
indent = { tab-width = 2, unit = " "}
scope = "source.ts"
file-types = ["ts"]
auto-format = true
language-servers = [ "deno-lsp" ] in my [editor.lsp]
display-inlay-hints = true |
Beta Was this translation helpful? Give feedback.
Answered by
vinpogo
Nov 23, 2023
Replies: 1 comment
-
Okay actually found it in the docs... Here's the link for anyone stumbling across this: https://github.com/helix-editor/helix/wiki/How-to-install-the-default-language-servers#deno |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vinpogo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay actually found it in the docs... Here's the link for anyone stumbling across this: https://github.com/helix-editor/helix/wiki/How-to-install-the-default-language-servers#deno