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

Preserve repl filter value through reloads #125221

Merged
merged 2 commits into from
Jun 2, 2021
Merged

Conversation

jeanp413
Copy link
Contributor

@jeanp413 jeanp413 commented Jun 2, 2021

This PR fixes #125035

@isidorn isidorn assigned isidorn and unassigned weinand Jun 2, 2021
@isidorn isidorn added the debug Debug viewlet, configurations, breakpoints, adapter issues label Jun 2, 2021
@isidorn
Copy link
Contributor

isidorn commented Jun 2, 2021

@jeanp413 the code changes look great.
However I just tried it out and there is one issue which we might need to fix to make this experience nice

  1. Start debugging. Set some filter -> notice how the filter gets applied and not everything is displayed in the debug console
  2. Stop debugging. Reload window
  3. Start debugging. Notice the filter is now nicely preserved and is set in input. However the filter is not applied, I can see all the content in the debug console - it is not filtered 🐛

@jeanp413
Copy link
Contributor Author

jeanp413 commented Jun 2, 2021

@isidorn thanks for catching that, pushed the fix for it

@isidorn
Copy link
Contributor

isidorn commented Jun 2, 2021

This works great now -> merged.
Thanks again for helping make VS code awesome 👏

@isidorn isidorn merged commit 26ff863 into microsoft:main Jun 2, 2021
@isidorn isidorn added this to the May 2021 milestone Jun 2, 2021
@jeanp413 jeanp413 deleted the fix-125035 branch June 2, 2021 16:02
@github-actions github-actions bot locked and limited conversation to collaborators Jul 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debug Console filter text should be preserved across reloads
3 participants