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

Avoid polluting shell history with debugger commands #88041

Merged
merged 4 commits into from
Feb 13, 2020
Merged

Avoid polluting shell history with debugger commands #88041

merged 4 commits into from
Feb 13, 2020

Conversation

nnsee
Copy link
Contributor

@nnsee nnsee commented Jan 3, 2020

This PR fixes #88038

Simple fix for this is to begin the command with a space - the shell can control whether these are added to the history with $HISTCONTROL.

@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Jan 5, 2020
@weinand weinand added this to the February 2020 milestone Feb 13, 2020
@weinand weinand merged commit e2ee9ea into microsoft:master Feb 13, 2020
@weinand
Copy link
Contributor

weinand commented Feb 13, 2020

Thanks a lot for the PR.

@nnsee nnsee deleted the history-pollution branch February 13, 2020 16:10
@github-actions github-actions bot locked and limited conversation to collaborators Mar 29, 2020
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.

Do not pollute shell history with automatically executed debugger commands
2 participants