ovsiannykov / vs-code-settings

My VSCODE's settings file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VS CODE settings file

{
  "telemetry.telemetryLevel": "off",
  "editor.fontSize": 12,
  "editor.fontFamily": "FiraCode-Retina",
  "editor.tabSize": 2,
  "editor.fontLigatures": true,
  "eslint.run": "onSave",
  "atlascode.bitbucket.enabled": true,
  "terminal.integrated.autoReplies": {
    "[Oh My Zsh] Would you like to check for updates? [Y/n]": "Y\r"
  },
  "atlascode.jira.startWorkBranchTemplate.customTemplate": "{{{issueKey}}}-{{{summary}}}",
  "atlascode.bitbucket.issues.explorerEnabled": false,
  "[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.formatOnSave": true,
  "terminal.integrated.fontFamily": "monospace",
  "editor.minimap.enabled": false,
  "workbench.editor.enablePreviewFromCodeNavigation": true,
  "problems.decorations.enabled": false,
  "git.autofetch": true,
  "npm.scriptExplorerAction": "run",
  "window.autoDetectHighContrast": false,
  "workbench.startupEditor": "none",
  "workbench.tree.indent": 16,
  "atlascode.bitbucket.pipelines.monitorEnabled": false,
  "atlascode.bitbucket.pipelines.hideEmpty": true,
  "atlascode.bitbucket.pipelines.refreshInterval": 10,
  "turboConsoleLog.addSemicolonInTheEnd": true,
  "search.exclude": {
    "**/*.php": true,
    "**/*d.ts": true,
    "**/dist/**": true
  },
  "terminal.integrated.fontSize": 13,
  "terminal.integrated.lineHeight": 1.4,
  "projectManager.projectsLocation": "/Users/max/Projects",
  "projectManager.removeCurrentProjectFromList": false,
  "git.enableSmartCommit": true,
  "outline.showBooleans": false,
  "outline.showArrays": false,
  "outline.showEnumMembers": false,
  "outline.showNumbers": false,
  "atlascode.bitbucket.explorer.refreshInterval": 60,
  "terminal.integrated.tabs.enabled": true,
  "terminal.integrated.scrollback": 5000,
  "editor.occurrencesHighlight": false,
  "editor.renderLineHighlightOnlyWhenFocus": true,
  "redhat.telemetry.enabled": false,
  "search.mode": "reuseEditor",
  "atlascode.bitbucket.explorer.notifications.pullRequestCreated": false,
  "atlascode.bitbucket.issues.monitorEnabled": false,
  "atlascode.bitbucket.issues.refreshInterval": 600,
  "atlascode.bitbucket.pipelines.branchFilters": ["master", "dev"],
  "jest.autoRun": {
    "watch": false,
    "onSave": "off"
  },
  "diffEditor.ignoreTrimWhitespace": false,
  "editor.foldingImportsByDefault": true,
  "atlascode.bitbucket.explorer.relatedJiraIssues.enabled": true,
  "atlascode.bitbucket.explorer.relatedBitbucketIssues.enabled": false,
  "editor.linkedEditing": true,
  "files.exclude": {
    "**/.php": true
  },
  "files.watcherExclude": {
    "**/.php": true
  },
  "git.showPushSuccessNotification": true,
  "workbench.colorTheme": "Bearded Theme Monokai Metallian",
  "workbench.iconTheme": "material-icon-theme",
  "git.confirmSync": false,
  "editor.bracketPairColorization.enabled": true,
  "editor.largeFileOptimizations": false,
  "outline.showEvents": false,
  "outline.showEnums": false,
  "outline.showConstructors": false,
  "outline.showInterfaces": false,
  "outline.showNull": false,
  "outline.showStructs": false,
  "outline.showPackages": false,
  "outline.showOperators": false,
  "outline.showTypeParameters": false,
  "outline.showFiles": false,
  "outline.showNamespaces": false,
  "magit.display-buffer-function": "same-column",
  "typescript.inlayHints.parameterNames.suppressWhenArgumentMatchesName": false,
  "search.searchEditor.doubleClickBehaviour": "openLocationToSide",
  "todo-tree.tree.scanMode": "current file",
  "todo-tree.tree.buttons.scanMode": true,
  "projectManager.any.maxDepthRecursion": 1,
  "projectManager.git.maxDepthRecursion": 1,
  "projectManager.git.baseFolders": ["/Users/max/Projects"],
  "projectManager.sortList": "Recent",
  "editor.lineHeight": 1.8,
  "editor.guides.bracketPairs": "active",
  "editor.guides.bracketPairsHorizontal": false,
  "git.inputValidationLength": 100,
  "git.autoStash": true,
  "editor.suggest.preview": true,
  "gitlens.currentLine.enabled": false,
  "thunder-client.loadFromProject": true,
  "thunder-client.showActivityFromCollection": true,
  "thunder-client.codeSnippetLanguage": "js-fetch",
  "editor.unicodeHighlight.allowedLocales": {
    "_os": true,
    "_vscode": true,
    "ru-RU": true,
    "uk-UA": true,
    "ru-UA": true
  },
  "editor.unicodeHighlight.ambiguousCharacters": false,
  "outline.showFields": false,
  "outline.showKeys": false,
  "outline.showStrings": false,
  "outline.showObjects": false,
  "outline.showModules": false,
  "outline.showConstants": false,
  "outline.showVariables": false,
  "editor.codeActionsOnSave": {
    "source.organizeImports": true
  }
}

About

My VSCODE's settings file