Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for VSCode debugger - debug.javascript.autoAttachFilter": "smart" #17003

Open
cjnoname opened this issue Feb 3, 2025 · 1 comment
Labels
enhancement New feature or request vscode Something to do with the VSCode extension

Comments

@cjnoname
Copy link

cjnoname commented Feb 3, 2025

What is the problem this feature would solve?

The only feature preventing us from migrating to Bun is its lack of support for the VSCode debugger's autoAttachFilter.

Currently, we have debug.javascript.autoAttachFilter: "smart" set up in all our projects, which allows us to debug Node.js code across different environments. Unfortunately, we are unable to do the same with Bun.

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

Could you prioritize adding support for debug.javascript.autoAttachFilter: "smart" for both code debugging and testing?

What alternatives have you considered?

No response

@cjnoname cjnoname added the enhancement New feature or request label Feb 3, 2025
@cjnoname cjnoname changed the title FEATURE: Add support for VSCode debugger - debug.javascript.autoAttachFilter": "smart" Add support for VSCode debugger - debug.javascript.autoAttachFilter": "smart" Feb 3, 2025
@RiskyMH
Copy link
Member

RiskyMH commented Feb 3, 2025

I don't know much about this feature, but there is the debugger terminal which always launches debugger.

@RiskyMH RiskyMH added the vscode Something to do with the VSCode extension label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request vscode Something to do with the VSCode extension
Projects
None yet
Development

No branches or pull requests

2 participants