When debugging JavaScript in Visual Studio Code using ESlint, most of the files it tries to step into are node_internals, eg: module.js, bootstrap_node.js util.js etc. You can manually 'Toggle skipping this file' to skip them but it doesn't remember your selection. Is there a way in settings to ignore all of the node_internals files, or need to manually add them all to an ignore list?

0

There are 0 best solutions below