You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My user keybindings.json is like this:
[
{
"key": "ctrl+/",
"command": "editor.action.commentLine && cursorDown",
"when": "editorTextFocus"
}
]
But it doesn't work.
My user keybindings.json is like this:
[
{
"key": "ctrl+/",
"command": "editor.action.commentLine && cursorDown",
"when": "editorTextFocus"
}
]
But it doesn't work.