A Nova editor extension that integrates the Deno JavaScript/TypeScript runtime and tools.
As you type JavaScript/TypeScript code a lot of Deno language server errors display in the Nova extension console. For example, if you type the letter `f` at the top of a TypeScript file: ``` Unable to get completion info from TypeScript: Error: Debug Failure. Illegal value: "f" at isValidTrigger (deno:cli/tsc/00_typescript.js:126151:37) at Object.getCompletionsAtPosition (deno:cli/tsc/00_typescript.js:123728:92) at Object.getCompletionsAtPosition (deno:cli/tsc/00_typescript.js:153936:35) at serverRequest (deno:cli/tsc/99_main_compiler.js:683:27) at [deno:cli/lsp/tsc.rs:2871:27]:1:12 Internal error ``` This is due to a Nova bug, see: - [Nova developer forum bug report](https://devforum.nova.app/t/bug-with-textdocument-completion/969) - https://github.com/denoland/deno/issues/10966 Other Nova Deno extensions have similar tracking issues: - https://github.com/robb-j/nova-deno/issues/1 - https://github.com/sgwilym/nova-deno/issues/4 - https://github.com/sgwilym/nova-deno/issues/15
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by jaydenseric and has received 0 comments.