I used to be able to comment by doing ctrl+/, but now it’s not working, for some odd reason. I already checked my keybindings and it is defined as as ctrl+/ still…
{ "keys": ["ctrl+/"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+/"], "command": "toggle_comment", "args": { "block": true } }
What am I missing? I tried commenting on .py files as well as .cpp and .html and it’s not working in any…