Skip to content

Instantly share code, notes, and snippets.

@mrf345
Created December 11, 2019 20:20
Show Gist options
  • Save mrf345/b6f8b22adbd1f83c9077d693629c78bf to your computer and use it in GitHub Desktop.
Save mrf345/b6f8b22adbd1f83c9077d693629c78bf to your computer and use it in GitHub Desktop.
{
"window.zoomLevel": 1,
"editor.fontSize": 17,
"window.menuBarVisibility": "hidden",
"workbench.colorTheme": "Dracula",
"workbench.iconTheme": "easy-icons",
"python.jediEnabled": false,
"workbench.sideBar.location": "right",
"terminal.integrated.rendererType": "dom",
"editor.minimap.enabled": false,
"workbench.activityBar.visible": true,
"multiCommand.commands": [
{
"command": "multiCommand.toggleAll",
"sequence": [
"workbench.action.toggleTabsVisibility",
"workbench.action.toggleActivityBarVisibility",
"workbench.action.toggleSidebarVisibility",
"workbench.action.toggleStatusbarVisibility"
]
}
],
"workbench.statusBar.visible": true,
"workbench.editor.showTabs": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment