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
Since vscode probably is the most used editor for Bun. I sure would love it if debugging would work seamlessly.
What I mean is that in actuality; I don't want to setup a launch.json, I don't want to add --inspect, I don't want it to break on node_modules (for me to exclude), I want, when I run a program with Bun, to automatically hit every breakpoint I set in vscode, with zero config.
Is that doable?
What is the feature you are proposing to solve the problem?
A better vscode extension, or maybe no extension needed at all. Maybe Bun can detect if it's run through a script or inside the vscode terminal and wire that up without extension.
As I said; this may be a far-fetched thing. I don't know if it's even possible. But it sure would be amazing. I love the opinionation Bun has, and I think that can extend to the IDE as well.
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered:
What is the problem this feature would solve?
Since vscode probably is the most used editor for Bun. I sure would love it if debugging would work seamlessly.
What I mean is that in actuality; I don't want to setup a launch.json, I don't want to add --inspect, I don't want it to break on node_modules (for me to exclude), I want, when I run a program with Bun, to automatically hit every breakpoint I set in vscode, with zero config.
Is that doable?
What is the feature you are proposing to solve the problem?
A better vscode extension, or maybe no extension needed at all. Maybe Bun can detect if it's run through a script or inside the vscode terminal and wire that up without extension.
As I said; this may be a far-fetched thing. I don't know if it's even possible. But it sure would be amazing. I love the opinionation Bun has, and I think that can extend to the IDE as well.
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: