Vladimir
Vladimir5mo ago

Why happen this...?

Hi everyone, I hope you're all doing well. I have a question, or rather, I want to know if anyone else is experiencing the same issue. When I'm using the Deno extension in VS Code, it blocks the "Auto complete" feature. You might be wondering, "How do you know it's the extension causing this?" Well, I know it's the extension because when I deactivate it, the auto complete feature "magically" starts working again. I'm not sure if anyone else has encountered/is encountering this, and if you have any advice on how to avoid having to constantly activate and deactivate the extension. ----------------------------------------------------------------------------------------- Hola a todos, espero que se encuentren bien. Tengo una duda, y mas que una duda, quiero saber si alguien mas le esta pasando. Al momento de estar usando la extension de Deno en VS Code, no me permite el "Auto completado" me lo llega a bloquear, y se preguntaran, ¿Como sabes que la extension esta causando esto?; se que es la extension porque cuando la desactivo, "Magicamente" vuelve a generar el auto completado. No se si alguien mas le ha pasado/le esta pasando, y tengan algun consejo, para evitar el estar activando y desactivando la extension.
No description
No description
No description
No description
2 Replies
marvinh.
marvinh.5mo ago
The Deno extension completes everything that can be find by Deno. That is import mappings in deno.json or package.json . Could it be that you have other ways in your project to map import specifiers? Like something in bundler configuration or maybe something in tsconfig.json paths?
Vladimir
VladimirOP4mo ago
No, the truth is that there is nothing special that is affecting inside .json 🥲

Did you find this page helpful?