Quick keys:
Customize Exclusions:
Keybindings:
File -> Preferences -> Keyboard shortcuts
Run tests with shift+f10:
{ "key": "shift+f10", "command": "workbench.action.tasks.test" }
Extensions: Powershell, Node.js
ctrl+p -> ext install ...
Hide Files (.vscode/settings.json)
{
"files.exclude": { // Hide from view
"**/out": true,
"**/build": true
},
"search.exclude": { // Hide from search
"**/.git": true,
"**/out": true,
"**/build": true
}
}