-
Im using vscode. i have alot of red squigley lines , with anything related to the imports "preact" or "twind" . i tried configuring deno in the vsvode/settings.json, and tried many other things. I have search 3 other issues in deno but nothing seems to help. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Did you try restarting VS Code? You might also just need to start the project for the first time so that all of the dependencies are downloaded. Can you also screenshot the error? |
Beta Was this translation helpful? Give feedback.
-
I've had a similar problem, and I solved it by disabling the Kite extension for VSCode. It is useless anyway if you use TypeScript. There must be some way to selectively turn off extensions for individual projects. |
Beta Was this translation helpful? Give feedback.
-
solved it by updating my version of vs-code, and typescript. but it was my older version of vs-code that was the main problem |
Beta Was this translation helpful? Give feedback.
solved it by updating my version of vs-code, and typescript. but it was my older version of vs-code that was the main problem