Advertisement
zodiak1

Untitled

Nov 2nd, 2022
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.99 KB | None | 0 0
  1. {
  2.   "explorer.confirmDelete": false,
  3.   "javascript.updateImportsOnFileMove.enabled": "always",
  4.   "javascript.referencesCodeLens.enabled": true,
  5.   "editor.tabSize": 2,
  6.   "editor.inlayHints.enabled": "off",
  7.   "debug.allowBreakpointsEverywhere": true,
  8.   "debug.showBreakpointsInOverviewRuler": true,
  9.   "explorer.confirmDragAndDrop": false,
  10.   "auto-close-tag.SublimeText3Mode": true,
  11.   "auto-close-tag.insertSpaceBeforeSelfClosingTag": true,
  12.   "auto-rename-tag.activationOnLanguage": ["*"],
  13.   "typescript.updateImportsOnFileMove.enabled": "always",
  14.   "security.workspace.trust.untrustedFiles": "open",
  15.   "prettier.arrowParens": "avoid",
  16.   "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": true,
  17.   "editor.cursorSmoothCaretAnimation": true,
  18.   "files.trimTrailingWhitespace": true,
  19.   "git.confirmSync": false,
  20.   "workbench.activityBar.visible": false,
  21.   "editor.stickyTabStops": true,
  22.   "prettier.bracketSameLine": true,
  23.   "prettier.jsxSingleQuote": true,
  24.   "editor.stickyScroll.enabled": true,
  25.   "editor.codeActionsOnSave": {
  26.     "source.fixAll": true
  27.   },
  28.   "editor.formatOnSave": true,
  29.   "extensions.ignoreRecommendations": true,
  30.   "git.suggestSmartCommit": false,
  31.   "editor.fontFamily": "Consolas ligaturized v3, 'Courier New', monospace",
  32.   "editor.fontLigatures": true,
  33.   "cSpell.language": "en,ru",
  34.   "cSpell.ignoreWords": ["stylelint"],
  35.   "cSpell.userWords": ["Тулбар", "NETI", "persistor"],
  36.   "git.ignoreRebaseWarning": true,
  37.   "eslint.format.enable": true,
  38.   "eslint.lintTask.enable": true,
  39.   "eslint.alwaysShowStatus": true,
  40.   "workbench.colorTheme": "Community Material Theme Ocean",
  41.   "workbench.iconTheme": "material-icon-theme",
  42.   "workbench.quickOpen.preserveInput": true,
  43.   "workbench.colorCustomizations": {
  44.     "[Community Material Theme Ocean]": {
  45.       "list.activeSelectionBackground": "#23283d",
  46.     }
  47.   },
  48.   "editor.tokenColorCustomizations": {
  49.     "[Community Material Theme Ocean]": {
  50.       "strings": "#d5aa59",
  51.     }
  52.   }
  53. }
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement