{ "workbench.startupEditor": "newUntitledFile", "editor.fontSize": 16, "workbench.colorTheme": "One Dark Pro", "commands.commands": [ { "text": "$(file-code) New file", "command": "workbench.action.files.newUntitledFile", "tooltip": "New file" }, { "text": "$(checklist) Save all", "command": "workbench.action.files.saveAll", "tooltip": "Save all files" }, { "text": "$(terminal) 1", "command": "workbench.action.terminal.focusAtIndex1", "tooltip": "Focus to terminal #1" } ] }