Skip to content

gustavodetoni/settings.json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

settings.json

{
  "breadcrumbs.enabled": false,
  "files.autoSave": "afterDelay",
  "terminal.integrated.defaultProfile.windows": "Git Bash",
  "codeium.enableCodeLens": false,
  "codeium.enableConfig": {
    "*": true,
    "properties": true
  },
  "editor.fontSize": 14,
  "editor.fontLigatures": true,
  "editor.fontFamily": "JetBrains Mono",
  "workbench.startupEditor": "newUntitledFile",
  "editor.renderLineHighlight": "gutter",
  "workbench.editor.labelFormat": "short",
  "explorer.compactFolders": false,
  "editor.minimap.enabled": false,
  "[typescriptreact]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "typescript.updateImportsOnFileMove.enabled": "always",
  "[typescript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "symbols.files.associations": {
    "*.module.ts": "typescript",
    "*.service.ts": "typescript"
  },
  "javascript.updateImportsOnFileMove.enabled": "always",
  "editor.semanticHighlighting.enabled": false,
  "[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "workbench.colorCustomizations": {
    "tab.activeBorderTop": "#a8a8a8",
    "tab.activeBackground": "#0B0E14",
    "tab.inactiveBackground": "#0B0E14",
    "sideBar.background": "#0B0E14",
    "editor.background": "#0B0E14",
    "terminal.background": "#0B0E14",
    "statusBar.background": "#0B0E14",
    "activityBar.background": "#0B0E14",
    "tab.hoverBackground": "#0B0E14",
    "titleBar.activeBackground": "#0B0E14",
    "titleBar.inactiveBackground": "#0B0E14",
    "titleBar.inactiveForeground": "#0B0E14",
    "editorGroupHeader.tabsBackground": "#0B0E14",
    "editorLineNumber.activeForeground":  "#a8a8a8b4",
    "editorLineNumber.foreground": "#aaaaaa36", 
  },
  "editor.tokenColorCustomizations": {
  "strings": "#5ec8a8ad",
  "functions": "#dbcca7",
  "types":  "#dbcca7",
},
  "[jsonc]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[json]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "workbench.layoutControl.enabled": false,
  "workbench.navigationControl.enabled": false,
  "chat.commandCenter.enabled": false,
  "editor.tabSize": 2,
  "workbench.editor.enablePreview": false,
  "window.commandCenter": false,
  "workbench.statusBar.visible": false,
  "window.menuBarVisibility": "hidden",
  "terminal.integrated.fontSize": 12,
  "terminal.integrated.defaultLocation": "editor",
  "workbench.activityBar.location": "top",
  "window.title": " ",
  "window.titleBarStyle": "custom",
  "editor.cursorSmoothCaretAnimation": "on",
  "editor.cursorBlinking": "solid",
  "security.workspace.trust.untrustedFiles": "open",
  "security.promptForLocalFileProtocolHandling": false,
  "editor.guides.indentation": false,
  "diffEditor.ignoreTrimWhitespace": true,
  "editor.cursorStyle": "line",
  "workbench.editor.empty.hint": "hidden",
  "explorer.confirmDelete": false,
  "workbench.iconTheme": "symbols",
  "editor.lineHeight": 25,
  "workbench.colorTheme": "Vesper Black",
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors