Cannot go to implementation source of node module dependency from Windows #45215
Labels
javascript
JavaScript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
Steps to Reproduce:
require('kafka-node');...
// Type definitions for kafka-node 2.0...
and not the source that you want to look intoexports.HighLevelConsumer = require(‘./lib/highLevelConsumer’);...
. Why for his case there is not TypedDefinition at all seems also quite strangeWhy is this happening? I tried cleaning the installations and trying again. I looked and looked for anyone else having this issue, but to no avail. I would really want to use Visual Code, but this is a very bothersome issue. Please help
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: