haroon
haroonā€¢2mo ago

no intellisense for expressjs with deno lsp

not getting any intellisense / suggestions in vs code when i'm using deno specifically with express which i've installed with deno i npm:express npm:types@express deno vs code extension is installed i've run the Deno > Initialize Workspace cmd .vscode/settings.json in the working directory and has the following config
{
"deno.enable": true,
"deno.lint": true
}
{
"deno.enable": true,
"deno.lint": true
}
No description
1 Reply
ē¾Žå‘³ēš„小圓
Maybe you forget this line? šŸ¤”
// @deno-types="npm:@types/express@4.17.15"
// @deno-types="npm:@types/express@4.17.15"