Skip to content

Instantly share code, notes, and snippets.

@sefatanam
Last active May 31, 2022 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sefatanam/a186ff5795eee162b794d5b5eb9d837e to your computer and use it in GitHub Desktop.
Save sefatanam/a186ff5795eee162b794d5b5eb9d837e to your computer and use it in GitHub Desktop.
my vs code settings
{
"editor.smoothScrolling": true,
"workbench.startupEditor": "none",
"editor.renderWhitespace": "none",
"editor.cursorStyle": "line-thin",
"editor.fontSize": 15,
"editor.fontFamily": "Fira Code",
"editor.lineHeight": 34,
"editor.fontLigatures": true,
"explorer.decorations.badges": false,
"zenMode.hideActivityBar": true,
"zenMode.hideStatusBar": true,
"zenMode.silentNotifications": false,
"security.workspace.trust.untrustedFiles": "open",
"editor.cursorBlinking": "expand",
"editor.cursorSmoothCaretAnimation": true,
"workbench.list.smoothScrolling": true,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"editor.minimap.enabled": false,
"editor.minimap.renderCharacters": false,
"editor.overviewRulerBorder": false,
"editor.fontWeight": 100,
"workbench.colorTheme": "GitHub Light",
"workbench.statusBar.visible": false,
"outline.showNumbers": false,
"breadcrumbs.showNumbers": false,
"breadcrumbs.showObjects": false,
"breadcrumbs.showOperators": false,
"breadcrumbs.showPackages": false,
"breadcrumbs.showProperties": false,
"breadcrumbs.showStrings": false,
"breadcrumbs.showStructs": false,
"breadcrumbs.showTypeParameters": false,
"breadcrumbs.showVariables": false,
"breadcrumbs.enabled": false,
"notebook.breadcrumbs.showCodeCells": false,
"breadcrumbs.icons": false,
"breadcrumbs.showArrays": false,
"breadcrumbs.showBooleans": false,
"breadcrumbs.showConstants": false,
"breadcrumbs.showNull": false,
"breadcrumbs.showNamespaces": false,
"breadcrumbs.showModules": false,
"breadcrumbs.showMethods": false,
"breadcrumbs.showKeys": false,
"breadcrumbs.showInterfaces": false,
"breadcrumbs.showFunctions": false,
"breadcrumbs.showFiles": false,
"breadcrumbs.showFields": false,
"breadcrumbs.showEvents": false,
"breadcrumbs.showEnums": false,
"breadcrumbs.showEnumMembers": false,
"breadcrumbs.showClasses": false,
"breadcrumbs.showConstructors": false,
"workbench.tree.indent": 26,
"diffEditor.renderIndicators": false,
"workbench.editor.enablePreview": false,
"search.useIgnoreFiles": false,
"zenMode.fullScreen": true,
"editor.hideCursorInOverviewRuler": true,
"editor.scrollbar.horizontal": "hidden",
"editor.scrollbar.vertical": "hidden",
"editor.occurrencesHighlight": true,
"workbench.colorCustomizations": {
"editorGroup.border": "#ffffff",
},
"editor.wordWrap": "wordWrapColumn",
"editor.wrappingIndent": "same",
"editor.wordWrapColumn": 120,
"workbench.tips.enabled": false,
"explorer.confirmDelete": false,
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"redhat.telemetry.enabled": true,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"editor.tokenColorCustomizations": {
"comments": "#2e2e2e4d"
},
"workbench.editor.centeredLayoutAutoResize": false,
"zenMode.centerLayout": true,
"go.toolsManagement.autoUpdate": true,
"global-config.links": [
"~/.vscode/tasks.json"
],
"git.enableSmartCommit": true,
"terminal.integrated.fontSize": 14,
"editor.codeLens": true,
"explorer.compactFolders": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment