oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
73.54k stars 2.71k forks source link

Add "skipFiles" to launch.json vscode configuration #9396

Open FreePhoenix888 opened 6 months ago

FreePhoenix888 commented 6 months ago

What is the problem this feature would solve?

For nodejs debugger I can set skipFiles to skip node_modules or any other folder when debugging In bun I cannot do this

What is the feature you are proposing to solve the problem?

Add "skipFiles" to launch.json vscode configuration

What alternatives have you considered?

No response

FreePhoenix888 commented 6 months ago

@Electroid is there another way to ignore node_modules exceptions right now?

craftzneko commented 3 weeks ago

I am also looking for this information, how can we skip node modules when running debug?