-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
This issue is meant to keep track of the current status of denols, this should help us to focus on whats missing to bring denols on par with vscode-deno.
bugs:
- jumping to definition then returning breaks lsp denols: jumping to definition then returning breaks lsp #1998
- relative dependencies inside virtual text document is not resolved correctly fix(uri): don't use full path for custom schema neovim#19773
- codelens fails to call denolscache fix(denols): handle deno.cache from codeaction #2016
-
DenolsCache
works but it throws an errormethod not found
denols: Ignore caching error #2009
- the lsp log always shows this line
[ERROR][2022-07-15 07:12:55] .../vim/lsp/rpc.lua:420 "rpc" "deno" "stderr" "Error converting specifier settings (file:///home/mrcool/dev/deno/lab/deno:/https/deno.land/x/simple_shell/mod.ts): Error converting specifier settings: invalid type: null, expected struct SpecifierSettings\n"
missing features:
commands: https://deno.land/manual/language_server/overview#commands
- deno.test
requests: https://deno.land/manual/language_server/overview#requests
- deno/performance
- deno/reloadImportRegistries
- deno/task https://deno.land/manual/tools/task_runner feat(denols): add deno task #2014
notification:: https://deno.land/manual/language_server/overview#notifications
- deno/registryState feat(denols): handle registeryState notification #2027
David-Else
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request