How to remove yellow underlines in deno.lock file
i just installed and run a main.ts file. After that, i got a bunch of codes with yellow underlined format in deno lock file. it says "Incorrect type. Expected "string".
2 Replies
Hi, I'm new to deno, but I think this is resolved by installing the Deno LSP extension. More details here: https://docs.deno.com/runtime/reference/vscode/
That's the correct answer by @mayatron