Skip to content

Instantly share code, notes, and snippets.

@j1cs
Last active April 1, 2024 21:24
Show Gist options
  • Save j1cs/ebe41b53d4d3c1ddcdba8b63e877a5e1 to your computer and use it in GitHub Desktop.
Save j1cs/ebe41b53d4d3c1ddcdba8b63e877a5e1 to your computer and use it in GitHub Desktop.
{
"git.confirmSync": false,
"window.zoomLevel": 0,
"workbench.editor.enablePreview": false,
"explorer.openEditors.visible": 0,
"workbench.startupEditor": "newUntitledFile",
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/.history": true,
"**/.pyc": true,
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"search.exclude": {
"**/.git": true,
"**/node_modules": true,
"**/bower_components": true,
"**/tmp": true,
"**/.history": true,
"**/cache": true
},
"workbench.colorTheme": "Plastic",
"workbench.iconTheme": "material-icon-theme",
"window.menuBarVisibility": "toggle",
"window.titleBarStyle": "custom",
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"go.docsTool": "gogetdoc",
"go.formatTool": "gofmt",
"go.autocompleteUnimportedPackages": true,
"editor.fontLigatures": true,
"editor.fontFamily": "'monospace', Symbols Nerd Font",
"explorer.decorations.badges": false,
"breadcrumbs.enabled": false,
"editor.minimap.enabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment