Advertisement
zodiak1

Untitled

Nov 2nd, 2022
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.72 KB | None | 0 0
  1. {
  2.   "explorer.confirmDelete": false,
  3.   "javascript.updateImportsOnFileMove.enabled": "always",
  4.   "javascript.inlayHints.functionLikeReturnTypes.enabled": true,
  5.   "javascript.inlayHints.parameterTypes.enabled": true,
  6.   "javascript.referencesCodeLens.enabled": true,
  7.   "files.associations": {},
  8.   "editor.tabSize": 2,
  9.   "editor.inlayHints.enabled": "off",
  10.   "debug.allowBreakpointsEverywhere": true,
  11.   "debug.showBreakpointsInOverviewRuler": true,
  12.   "explorer.confirmDragAndDrop": false,
  13.   "[javascript]": {
  14.     "editor.defaultFormatter": "esbenp.prettier-vscode"
  15.   },
  16.   "auto-close-tag.SublimeText3Mode": true,
  17.   "auto-rename-tag.activationOnLanguage": ["*"],
  18.   "typescript.updateImportsOnFileMove.enabled": "always",
  19.   "security.workspace.trust.untrustedFiles": "open",
  20.   "prettier.arrowParens": "avoid",
  21.   "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": true,
  22.   "editor.cursorSmoothCaretAnimation": true,
  23.   "terminal.integrated.cursorBlinking": true,
  24.   "[javascriptreact]": {
  25.     "editor.defaultFormatter": "vscode.typescript-language-features"
  26.   },
  27.   "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true,
  28.   "javascript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": true,
  29.   "typescript.format.insertSpaceAfterConstructor": true,
  30.   "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true,
  31.   "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": true,
  32.   "typescript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": true,
  33.   "typescript.format.insertSpaceAfterTypeAssertion": true,
  34.   "typescript.format.insertSpaceBeforeFunctionParenthesis": true,
  35.   "auto-close-tag.insertSpaceBeforeSelfClosingTag": true,
  36.   "files.trimTrailingWhitespace": true,
  37.   "javascript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true,
  38.   "typescript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true,
  39.   "javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
  40.   "[typescriptreact]": {
  41.     "editor.defaultFormatter": "esbenp.prettier-vscode"
  42.   },
  43.   "[typescript]": {
  44.     "editor.defaultFormatter": "esbenp.prettier-vscode"
  45.   },
  46.   "[html]": {
  47.     "editor.defaultFormatter": "esbenp.prettier-vscode"
  48.   },
  49.   "git.confirmSync": false,
  50.   "workbench.activityBar.visible": false,
  51.   "reactSnippets.settings.prettierEnabled": true,
  52.   "editor.stickyTabStops": true,
  53.   "prettier.bracketSameLine": true,
  54.   "prettier.jsxSingleQuote": true,
  55.   "editor.stickyScroll.enabled": true,
  56.   "editor.codeActionsOnSave": {
  57.     "source.fixAll": true
  58.   },
  59.   "editor.formatOnSave": true,
  60.   "git.suggestSmartCommit": false,
  61.   "editor.fontFamily": "Consolas ligaturized v3, 'Courier New', monospace",
  62.   "editor.fontLigatures": true,
  63.   "vsicons.presets.tsOfficial": true,
  64.   "vsicons.presets.hideExplorerArrows": true,
  65.   "cSpell.language": "en,ru",
  66.   "vsicons.dontShowNewVersionMessage": true,
  67.   "stylelint.useLocal": true,
  68.   "stylelint.autoFixOnSave": true,
  69.   "extensions.ignoreRecommendations": true,
  70.   "cSpell.ignoreWords": ["stylelint"],
  71.   "cSpell.userWords": ["Тулбар", "NETI", "persistor"],
  72.   "git.ignoreRebaseWarning": true,
  73.   "eslint.format.enable": true,
  74.   "eslint.lintTask.enable": true,
  75.   "eslint.alwaysShowStatus": true,
  76.   "workbench.colorTheme": "Community Material Theme Ocean",
  77.   "workbench.iconTheme": "material-icon-theme",
  78.   "workbench.quickOpen.preserveInput": true,
  79.   "workbench.colorCustomizations": {
  80.     "[Community Material Theme Ocean]": {
  81.       "list.activeSelectionBackground": "#23283d",
  82.     }
  83.   },
  84.   "editor.tokenColorCustomizations": {
  85.     "[Community Material Theme Ocean]": {
  86.       "strings": "#d5aa59",
  87.     }
  88.   }
  89. }
  90.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement