Skip to content

Enable the use of the spacebar to enable/disable PSScriptAnalyzer rules in dropdown #402

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

Closed
adbertram opened this issue Dec 19, 2016 · 1 comment
Labels
Bug: VS Code Bugs in VS Code itself.

Comments

@adbertram
Copy link
Contributor

Please fill in these details so that we can help you!

System Details

  • Operating system name and version: MacOS Sierra
  • VS Code version: 1.8
  • PowerShell extension version: 0.8.0
  • Output from $PSVersionTable: PSv6 alpha 13

When invoking PowerShell: ScriptAnalyzer Rules from the settings menu, it would be nice to be able to enable/disable each rule by arrowing up and down and hitting spacebar to change the status.

@daviwil
Copy link
Contributor

daviwil commented Dec 19, 2016

This is also something that VS Code controls as part of the showQuickPick API. They prioritize any keys other than Enter as input because typing allows you to filter the selections. You might be able to file an issue at their repo to ask about it but my assumption is that they'll want to keep it as-is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: VS Code Bugs in VS Code itself.
Projects
None yet
Development

No branches or pull requests

3 participants