Closed innomatica closed 1 year ago
Hi, @innomatica! Thanks for your question!
I am unable to reproduce this on my side, which leads me to believe it may be an error with your local VSCode and Deno extension.
After installing the Deno plugin, have you tried completely restarting your VSCode and then re-opening your application in VSCode to see if it still produces the same error?
I hope this helps! 🙌
Thanks for the quick reply.
I just figured out what has happened. I accidentally opened the vs code in the parent folder, not the project folder itself. In other words, I skipped the step
cd my-app
False alarm, sorry.
No worries at all ❤️ I'll close this issue but please feel free to submit another one if you run into any trouble!
I created a project following the quick start guide.
In the vs code (deno plugin installed), all
import
lines are marked as errors. Eitheror
I know this is silly question. But I couldn't find solution elsewhere.