Tab Key doesn't indent in VS Code

When programming in VS Code, I always use the Tab key for indenting. But, I was surprised that is stopped working all of a sudden. How do I fix this?


You have enabled the Tab Moves Focus -mode.

Press Ctrl+M to disable the mode. After that your Tab-key indents your code again.