Make vscode not treat my client folder as a deno project
I have the Deno extension installed and my project structure looks like this:
When I edit js files in the client folder, vscode still thinks im editing a deno js file.
This makes it so
How can I override that so I get the browser APIs showing up in my autocomplete?
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?
