I used to able to comment or uncomment multiple lines of code by pressing ctrl+/
# x = 10 # print(x) But now I press ctrl+/, it becomes the following:
... I tried to search for solution online, and I believe it is because the Windows shortcut somehow overwrite the shortcut in VS code. But I cannot find a solution.
I tried:
1.Reset the shortcut
2.Reinstall VS code
They don't work. Any help is appreciated.

