Results 173 comments of Bedis Nbiba

Currently it only works because denolsp detects deno.json and gets activated, but thats just an escape hatch, the correct way is to send the options in settings, and with it...

spec link https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#didChangeConfigurationParams

To switch the graphic card you can do the following: - list availabe gpu : `MESA_VK_DEVICE_SELECT=list vulkaninfo`, note the ids (the second column like 8086:166) - force zed to use...

This issue seem to be not relevant anymore, because when deno extension was extracted the `enable` setting was removed The current status of deno - it only works if there...

- Currently this approach just scan identifiers as strings, can this be better ? - Can this be made to work across the whole module instead of just the current...

That's cool! Couple of remarks: - Deno apis seems to be not understood by the lsp / same thing with top level awaits - Can we have an option to...

- the editor doesn't react to theme changes (I need to refresh the page) [Screencast from 2023-09-01 08-14-57.webm](https://github.com/denoland/deno_lint/assets/22427111/df8125ba-344d-4db2-9326-bd6ffcfc45cc)

It looks like this ![image](https://github.com/denoland/deno_lint/assets/22427111/3d24d72e-2400-4335-9147-273c7c65d724)

Thanks @bartlomieju I already do that in this pr https://github.com/denoland/deno_lint/pull/1199#issuecomment-1742322101 It seems to work but I'm not really confortable with the code base, would be great if you review it

I guess the pipe parsing should be a separate PR and we can consider this one blocked on that