deno icon indicating copy to clipboard operation
deno copied to clipboard

feat(lsp): cache jsxImportSource automatically

Open nayeemrmn opened this issue 6 months ago • 0 comments

Fixes #20582.

When a deno.json file is loaded, read compilerOptions.jsxImportSource and queue a task to cache it.

nayeemrmn avatar Dec 22 '23 19:12 nayeemrmn