Adding intellisense support for node import mapping and subpath imports #128064
Labels
javascript
JavaScript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
A feature in node 14 is you can define imports in your package.json and alias your relative paths in your package.json. It would be great if intellisense resolves these so using them would be even better.
An example of package.json imports:
You would be able to use these in your requires. (
require('#utils/myUtil.js');
)The text was updated successfully, but these errors were encountered: