trplnr
trplnr
DDeno
Created by trplnr on 5/22/2025 in #help
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
...
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?
3 replies