haroonH
Denoβ€’15mo agoβ€’
3 replies
haroon

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
}
image.png
Was this page helpful?