{
"git.path": "C:\\WINDOWS\\System32\\bash.exe",
// "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", // using git-bash for windows
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\bash.exe", // using ubuntu sub system terminal
"editor.tabSize": 2,
"files.autoSave": "onFocusChange",
"editor.fontFamily": "Monaco, Consolas, 'Lucida Console', monospace", // requires to have 'Monaco' font present in system
// "editor.fontFamily": "Consolas, 'Courier New', monospace",
"editor.wordWrap": "off",
"window.zoomLevel": 0,
"prettier.singleQuote": true,
"editor.formatOnSave": true,
"typescript.updateImportsOnFileMove.enabled": "always"
}
ALT + ArrowUp/ArrowDown => "Move Line Up or Down"
Ctrl + ` => "Open Terminal in Editor"
Ctrl + Shift + ` => "Open New Terminal in Editor"
Ctrl + D => "Select Similar Focused Texts"
Ctrl + . => "Quick Fix (Auto Import Missing Imports)"
Ctrl + F => "Find in File"
Ctrl + Shift + F => "Find in Another File"
Ctrl + , => "Open VS Code User Settings"
Ctrl/Shift + Alt + F => "Format Document in Ubuntu/Windows"