Open marvinhagemeister opened 1 month ago
I have tried debugging this issue, and I can't find where completions for json files are generated or fetched neither in cli/lsp/langauge_server.rs
nor cli/lsp/completions.rs
while they can be found for Ts/js/Jsx/Mjs/Cjs/Tsx/Mts/Cts/Dts/Dmts/Dcts.
I think that completions for json files are made addressed in using js code more specifically in cli/tsc/00_typescript.js or 99_main_compiler.js
.
Any helping insights?
The LSP should complete the latest package version of an
npm:
orjsr:
specifier, similar to the built-in TSC server inpackage.json
.Deno:
Node: