vscode show in tabs if file is modified code example
Example 1: visual studio code tab isnt working
Use Ctrl + M
| Key | Command | Command id |
| Ctrl + M | Toggle Use of Tab Key for Setting Focus | editor.action.toggleTabFocusMode |
Example 2: my vscode does not show text files
assoc .txt=txtfile && ftype txtfile="%LocalAppData%\Programs\Microsoft VS Code\Code.exe" "%1"