Vu Tong

Results 6 comments of Vu Tong

For Node.js projects without TS, this hack will work fine. ```js const axios = require('axios').default || require('axios') ``` The first `require()` let VSCode show autocomplete when typing, and the second...

Thanks for the response. I will consider creating PR when I have free time. Many thanks.

In config path alias, using `'/@'` work for me, not `'/@/'` (may be a typo).

Thank you @TruongDiem2k for reporting. I confirm the issue is valid on the latest version. I'm working on this right now and will let you know once I'm done.

Hi @TruongDiem2k, the fixed version 2.2.0 has just been released. Please upgrade and let me know if you have any concerns. Thanks!

Yeah, I believe this is how the IDE behave when you have multiple plugins at the top level.