You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: