xxxxxxxxxx
// install the multiCommand extension and configure the keybindings.json file as follows:
[
{
"key": "cmd+/",
"command": "extension.multiCommand.execute",
"args": {
"sequence": [
"editor.action.commentLine",
"cursorDown"
]
},
"when": "editorTextFocus"
}
]
// use ctrl+/ if you are on windows