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

Pretty print for debugging appears in all editors when debugging #242057

Open
bpasero opened this issue Feb 26, 2025 · 2 comments
Open

Pretty print for debugging appears in all editors when debugging #242057

bpasero opened this issue Feb 26, 2025 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues polish Cleanup and polish issue
Milestone

Comments

@bpasero
Copy link
Member

bpasero commented Feb 26, 2025

Image

This {} seems like a new action to me added to all editors as primary 🤔

@connor4312
Copy link
Member

In the last release we gained the ability to pretty-print any JS script when debugging (not just the one you're currently paused in.) So it's a bit intentional. But we can probably scope that to be only in js/mjs/cjs since TS sources won't generally need printing.

@connor4312 connor4312 added bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues polish Cleanup and polish issue labels Feb 26, 2025
@connor4312 connor4312 added this to the March 2025 milestone Feb 26, 2025
@bpasero
Copy link
Member Author

bpasero commented Feb 26, 2025

I think I only would expect that in minified code, maybe where there is a sourcemap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues polish Cleanup and polish issue
Projects
None yet
Development

No branches or pull requests

2 participants