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

"Compare Selected": cannot bind key to? #42469

Closed
bpasero opened this issue Jan 30, 2018 · 2 comments
Closed

"Compare Selected": cannot bind key to? #42469

bpasero opened this issue Jan 30, 2018 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug linux Issues with VS Code on Linux verified Verification succeeded
Milestone

Comments

@bpasero
Copy link
Member

bpasero commented Jan 30, 2018

Testing: #41084

I am trying to bind a key to "Compare Selected" to compare with the selected entry in the file explorer but it always opens an untitled file and the keybinding does not show up? I tried with Ctrl+Shift+L and Ctrl+O.

@bpasero bpasero added the linux Issues with VS Code on Linux label Jan 30, 2018
@isidorn isidorn added this to the January 2018 milestone Jan 30, 2018
@isidorn
Copy link
Contributor

isidorn commented Jan 31, 2018

@bpasero Works for me both on mac and windows for both of your keybindinds
Can you doulbe check with latest insiders.

@isidorn isidorn added the info-needed Issue requires more information from poster label Jan 31, 2018
@bpasero
Copy link
Member Author

bpasero commented Jan 31, 2018

@isidorn here is my keybindings file:

{
    "key": "ctrl+l",
    "command": "selectForCompare"
},
{
    "key": "ctrl+shift+l",
    "command": "compareSelected"
}

Steps:

  • click on a file
  • press Ctrl+L
  • arrow up
  • press Ctrl+Shift+L

=> an untitled file opens for me

@isidorn isidorn added bug Issue identified by VS Code Team member as probable bug and removed info-needed Issue requires more information from poster labels Jan 31, 2018
@bpasero bpasero added the verified Verification succeeded label Feb 1, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug linux Issues with VS Code on Linux verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

2 participants