Closed
Description
mkdir test
cd test
npm init --y
npm install express3-handlebars
echo var exphbs = require('express3-handlebars'); > file.js
code .
now hover over exphbs
, it shows any
.
create an empty jsconfig.json
and reload the project, hover over it is a function.
the issue seems to be that we do not set the maxNodeModuleJsDepth
for inferred projects.