Intellisense for required modules doesn't work in .vscode-test.js #196554
Labels
bug
Issue identified by VS Code Team member as probable bug
candidate
Issue identified as probable candidate for fixing in the next release
javascript
JavaScript support issues
verified
Verification succeeded
Milestone
Testing #196332
This would also enable IntelliSense. The only way I could get it working is by changing the
require
to animport
, but that then fails at runtime suggesting to use"type": "module"
in the package.json.The text was updated successfully, but these errors were encountered: