trplnrT
Denoβ€’8mo agoβ€’
2 replies
trplnr

Make vscode not treat my client folder as a deno project

I have the Deno extension installed and my project structure looks like this:
client/
  - ...
server /
  - ...
config.js
deno.json
...


When I edit js files in the client folder, vscode still thinks im editing a deno js file.

This makes it so document doesn't show up in my autocomplete and window is treated as deprecated.

How can I override that so I get the browser APIs showing up in my autocomplete?
Was this page helpful?