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

Disable "Debug Console input history suggestions" configuration #90520

Closed
ghost opened this issue Feb 12, 2020 · 3 comments
Closed

Disable "Debug Console input history suggestions" configuration #90520

ghost opened this issue Feb 12, 2020 · 3 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality on-release-notes Issue/pull request mentioned in release notes verified Verification succeeded
Milestone

Comments

@ghost
Copy link

ghost commented Feb 12, 2020

Allow "Debug Console input history suggestions" to be disabled from settings.

@vscodebot
Copy link

vscodebot bot commented Feb 12, 2020

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@isidorn isidorn added debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality labels Feb 13, 2020
@isidorn isidorn added this to the Backlog milestone Feb 13, 2020
@kalingibbons
Copy link

kalingibbons commented Feb 20, 2020

God Yes! The debugger is damn near unusable in this current state. If I'm moving quickly, the history suggestion will substitute something like this:

image

or, an even worse offense:

print(children) completes to print(favoriet_col.isin(children)) because, why not?

Then, while I'm fixing it, it will autocomplete a different, but still totally wrong history item. It basically takes me 3 to 5 attempts to get a single correct statement entered into the debugger. I keep having to periodically restart vscode to clear the history so I can have a half hour to get any work done, lest the required attempts count keep climbing. Maybe I can set up some kind of global git hook to restart it after every commit 😄

I am loving all the rest of the enhancements in the January update, though.

@isidorn
Copy link
Contributor

isidorn commented Feb 20, 2020

Added debug.console.historySuggestions which by default is true. So you can set it to false.
You can try it out in tomorrow's vscode insdiers.
Thanks for feedback

@isidorn isidorn modified the milestones: Backlog, February 2020 Feb 20, 2020
@isidorn isidorn added the verification-needed Verification of issue is requested label Feb 20, 2020
@connor4312 connor4312 added verified Verification succeeded and removed verification-needed Verification of issue is requested labels Feb 26, 2020
@isidorn isidorn added the on-release-notes Issue/pull request mentioned in release notes label Feb 28, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Apr 5, 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 feature-request Request for new features or functionality on-release-notes Issue/pull request mentioned in release notes verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants