Skip to content

Instantly share code, notes, and snippets.

@mrf345
Created March 10, 2019 02:55
Show Gist options
  • Save mrf345/747c7b3c1dc3c1430ae3efa712d0b21c to your computer and use it in GitHub Desktop.
Save mrf345/747c7b3c1dc3c1430ae3efa712d0b21c to your computer and use it in GitHub Desktop.
{
"workbench.sideBar.location": "right",
"macros": {
"toggleBars": [
"workbench.action.toggleActivityBarVisibility",
"workbench.action.toggleSidebarVisibility",
],
"focusExplorer": [
"macros.toggleBars",
"workbench.files.action.focusFilesExplorer"
],
"focusGit": [
"macros.toggleBars",
""
]
},
"workbench.activityBar.visible": true,
"window.menuBarVisibility": "default",
"workbench.colorTheme": "Monokai Pro (Filter Spectrum)",
"editor.fontSize": 18,
"window.zoomLevel": 0,
"terminal.integrated.rendererType": "dom",
"window.title": "${dirty}${activeEditorLong}${separator}${rootName}",
"editor.minimap.enabled": false,
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,
"editor.autoIndent": true,
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.pep8Enabled": true,
"python.linting.enabled": true,
"files.encoding": "utf8",
"workbench.iconTheme": "Monokai Pro (Filter Spectrum) Icons",
"search.location": "sidebar"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment