Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "explorer.confirmDelete": false,
- "javascript.updateImportsOnFileMove.enabled": "always",
- "javascript.inlayHints.functionLikeReturnTypes.enabled": true,
- "javascript.inlayHints.parameterTypes.enabled": true,
- "javascript.referencesCodeLens.enabled": true,
- "files.associations": {},
- "editor.tabSize": 2,
- "editor.inlayHints.enabled": "off",
- "debug.allowBreakpointsEverywhere": true,
- "debug.showBreakpointsInOverviewRuler": true,
- "explorer.confirmDragAndDrop": false,
- "[javascript]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode"
- },
- "auto-close-tag.SublimeText3Mode": true,
- "auto-rename-tag.activationOnLanguage": ["*"],
- "typescript.updateImportsOnFileMove.enabled": "always",
- "security.workspace.trust.untrustedFiles": "open",
- "prettier.arrowParens": "avoid",
- "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": true,
- "editor.cursorSmoothCaretAnimation": true,
- "terminal.integrated.cursorBlinking": true,
- "[javascriptreact]": {
- "editor.defaultFormatter": "vscode.typescript-language-features"
- },
- "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true,
- "javascript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": true,
- "typescript.format.insertSpaceAfterConstructor": true,
- "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true,
- "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": true,
- "typescript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": true,
- "typescript.format.insertSpaceAfterTypeAssertion": true,
- "typescript.format.insertSpaceBeforeFunctionParenthesis": true,
- "auto-close-tag.insertSpaceBeforeSelfClosingTag": true,
- "files.trimTrailingWhitespace": true,
- "javascript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true,
- "typescript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true,
- "javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
- "[typescriptreact]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode"
- },
- "[typescript]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode"
- },
- "[html]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode"
- },
- "git.confirmSync": false,
- "workbench.activityBar.visible": false,
- "reactSnippets.settings.prettierEnabled": true,
- "editor.stickyTabStops": true,
- "prettier.bracketSameLine": true,
- "prettier.jsxSingleQuote": true,
- "editor.stickyScroll.enabled": true,
- "editor.codeActionsOnSave": {
- "source.fixAll": true
- },
- "editor.formatOnSave": true,
- "git.suggestSmartCommit": false,
- "editor.fontFamily": "Consolas ligaturized v3, 'Courier New', monospace",
- "editor.fontLigatures": true,
- "vsicons.presets.tsOfficial": true,
- "vsicons.presets.hideExplorerArrows": true,
- "cSpell.language": "en,ru",
- "vsicons.dontShowNewVersionMessage": true,
- "stylelint.useLocal": true,
- "stylelint.autoFixOnSave": true,
- "extensions.ignoreRecommendations": true,
- "cSpell.ignoreWords": ["stylelint"],
- "cSpell.userWords": ["Тулбар", "NETI", "persistor"],
- "git.ignoreRebaseWarning": true,
- "eslint.format.enable": true,
- "eslint.lintTask.enable": true,
- "eslint.alwaysShowStatus": true,
- "workbench.colorTheme": "Community Material Theme Ocean",
- "workbench.iconTheme": "material-icon-theme",
- "workbench.quickOpen.preserveInput": true,
- "workbench.colorCustomizations": {
- "[Community Material Theme Ocean]": {
- "list.activeSelectionBackground": "#23283d",
- }
- },
- "editor.tokenColorCustomizations": {
- "[Community Material Theme Ocean]": {
- "strings": "#d5aa59",
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement