Skip to content

Instantly share code, notes, and snippets.

@ahmadrosid
Created June 30, 2020 06:20
Show Gist options
  • Save ahmadrosid/2c8a99081d3c266af786ad59e19df9ad to your computer and use it in GitHub Desktop.
Save ahmadrosid/2c8a99081d3c266af786ad59e19df9ad to your computer and use it in GitHub Desktop.
{
"workbench.activityBar.visible": false,
"editor.lineNumbers": "on",
"workbench.startupEditor": "newUntitledFile",
"editor.fontFamily": "Monospace",
"breadcrumbs.enabled": false,
"editor.fontSize": 20,
"editor.lineHeight": 50,
"workbench.statusBar.visible": false,
"window.menuBarVisibility": "hidden",
"explorer.openEditors.visible": 0,
"workbench.iconTheme": "material-icon-theme",
"explorer.confirmDelete": false,
"workbench.editor.showTabs": true,
"workbench.colorTheme": "Nord",
"editor.cursorBlinking": "solid",
"editor.minimap.enabled": false,
"editor.fontLigatures": true,
"explorer.decorations.badges": false,
"window.zoomLevel": 1,
"explorer.confirmDragAndDrop": false,
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"zenMode.fullScreen": false,
"zenMode.centerLayout": false,
"terminal.integrated.rendererType": "dom",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment