// Поместите параметры в этот файл, чтобы перезаписать параметры по умолчанию. { "emmet.includeLanguages": { "liquid": "html", "vue": "html", "vue-html": "html", "svelte": "html", // "javascript": "javascriptreact" }, "sync.autoUpload": false, "sync.gist": "b265e07c8374c14ebb43501a0136d771", "sync.autoDownload": false, "sync.forceDownload": false, "sync.quietSync": false, "window.nativeTabs": false, "typescript.check.npmIsInstalled": false, // "terminal.integrated.fontSize": 12, "extensions.ignoreRecommendations": false, "sync.askGistName": false, "search.exclude": { "**/node_modules": true, "**/bower_components": true, "**/dist": true }, "editor.minimap.enabled": false, "explorer.confirmDragAndDrop": false, "sync.removeExtensions": true, "sync.syncExtensions": true, "javascript.implicitProjectConfig.checkJs": false, "explorer.confirmDelete": true, "git.autofetch": true, "breadcrumbs.symbolPath": "last", "typescript.updateImportsOnFileMove.enabled": "always", "breadcrumbs.enabled": true, "workbench.statusBar.feedback.visible": false, "workbench.tree.indent": 16, "workbench.sideBar.location": "left", "workbench.activityBar.visible": true, "workbench.colorCustomizations": { "editorIndentGuide.activeBackground": "#63fa5d", "editor.foldBackground": "#154d7e73" }, "editor.multiCursorModifier": "ctrlCmd", "editor.renderWhitespace": "boundary", "editor.wordWrap": "off", "editor.fontFamily": "'Victor Mono','Fira Code','JetBrains mono','Courier', Menlo, Monaco, 'spell', monospace", "editor.fontWeight": "100", "editor.fontLigatures": true, "editor.renderIndentGuides": false, "typescript.preferences.quoteStyle": "single", "javascript.preferences.quoteStyle": "single", "vetur.format.defaultFormatter.css": "none", "vetur.format.defaultFormatterOptions": { "prettier": { // Prettier option here "semi": true, "singleQuote": true, "eslintIntegration": true } }, "prettier.eslintIntegration": true, "prettier.semi": true, "prettier.singleQuote": true, "prettier.printWidth": 300, "terminal.integrated.rendererType": "dom", "macros": { "addSemicolon": [ "cursorEnd", { "command": "type", "args": { "text": ";" } } ], "addQuote": [ "cursorEnd", { "command": "type", "args": { "text": "," } } ], "commentDown": [ "editor.action.copyLinesUpAction", "editor.action.addCommentLine", "cursorDown" ], "addBrace": [ "cursorEnd", { "command": "type", "args": { "text": " {}" } }, "cursorEnd", "cursorLeft", { "command": "type", "args": { "text": "\n" } } ], "wrapIfBlock": [ "cursorHome", { "command": "type", "args": { "text": "if (" } }, "cursorEnd", { "command": "type", "args": { "text": ") {}" } }, "cursorLeft", { "command": "type", "args": { "text": "\n" } } ], "wrapConsoleLogBlock": [ "cursorHome", { "command": "type", "args": { "text": "console.log('>', " } }, "cursorEnd", { "command": "type", "args": { "text": ");" } }, "cursorLeft", "cursorLeft" ] }, "editor.suggest.localityBonus": true, "editor.suggest.shareSuggestSelections": true, "editor.suggestSelection": "recentlyUsedByPrefix", "[html]": { "editor.defaultFormatter": "vscode.html-language-features" }, "[javascript]": { "editor.defaultFormatter": "dbaeumer.vscode-eslint" }, "[typescript]": { "editor.defaultFormatter": "dbaeumer.vscode-eslint" }, "[css]": { "editor.defaultFormatter": "HookyQR.beautify" }, "[scss]": { "editor.defaultFormatter": "HookyQR.beautify" }, "[json]": { "editor.defaultFormatter": "HookyQR.beautify" }, "[jsonc]": { "editor.defaultFormatter": "HookyQR.beautify" }, "eslint.alwaysShowStatus": true, "telemetry.enableTelemetry": false, "workbench.iconTheme": "material-icon-theme", "gitlens.codeLens.enabled": false, "explorer.openEditors.visible": 5, "editor.smoothScrolling": true, "javascript.updateImportsOnFileMove.enabled": "always", "yaml.schemas": { "file:///home/apivkin/.vscode/extensions/atlassian.atlascode-1.4.2/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml" }, "workbench.list.automaticKeyboardNavigation": false, "prettier.jsxSingleQuote": true, "vsicons.dontShowNewVersionMessage": true, "sync.forceUpload": false, "files.autoSave": "onFocusChange", "svgviewer.showzoominout": true, "files.autoSaveDelay": 500, "files.trimTrailingWhitespace": true, "editor.fontSize": 16, "cSpell.enableFiletypes": [ "asciidoc", "c", "cpp", "csharp", "css", "git-commit", "go", "handlebars", "haskell", "html", "jade", "java", "javascript", "javascriptreact", "json", "jsonc", "latex", "less", "markdown", "php", "pug", "python", "restructuredtext", "rust", "scala", "scss", "text", "typescript", "typescriptreact", "vue", "yaml", "yml" ], "editor.lineHeight": 26, "editor.codeActionsOnSave": { "source.fixAll.eslint": true, "source.fixAll.prettier": true }, "[vue]": { "editor.defaultFormatter": "octref.vetur" }, "explorer.compactFolders": false, "editor.minimap.showSlider": "always", "workbench.editor.highlightModifiedTabs": true, "todo-tree.tree.showScanModeButton": false, "workbench.panel.defaultLocation": "right", "vetur.experimental.templateInterpolationService": true, "auto-close-tag.activationOnLanguage": [ "xml", "php", "blade", "ejs", "jinja", "javascriptreact", "typescriptreact", "plaintext", "markdown", "vue", "liquid", "erb", "lang-cfml", "cfml", "HTML (Eex)" ], "eslint.codeActionsOnSave.mode": "problems", "emmet.triggerExpansionOnTab": true, "material-icon-theme.activeIconPack": "vue_vuex", // Arduino "arduino.path": "/Applications", "arduino.commandPath": "Contents/MacOS/Arduino", "arduino.enableUSBDetection": true, "update.mode": "manual", "zenMode.hideTabs": false, "zenMode.hideLineNumbers": false, "auto-close-tag.SublimeText3Mode": true, "polacode.transparentBackground": true, "git-graph.defaultFileViewType": "File List", "workbench.list.horizontalScrolling": true, "cSpell.enabledLanguageIds": [ "asciidoc", "c", "cpp", "csharp", "css", "git-commit", "go", "handlebars", "haskell", "html", "jade", "java", "javascript", "javascriptreact", "json", "jsonc", "latex", "less", "markdown", "php", "python", "pug", "restructuredtext", "rust", "scala", "scss", "text", "typescript", "typescriptreact", "yaml", "yml" ], "cSpell.language": "en,ru", "cSpell.userWords": [ "Edox", "Grpc", "Mixins", "Preorder", "avil", "endregion", "instanceof", "keyof", "readonly", "typeof", "unshift", "vuetify", "Валидация", "СНИЛС", "предзаявке" ], "python.languageServer": "Microsoft", "vetur.format.defaultFormatter.js": "prettier-eslint", "vetur.trace.server": "messages", "eslint.packageManager": "yarn", "editor.formatOnType": true, "editor.formatOnPaste": true, "errorLens.enabledDiagnosticLevels": [ "error", "warning", "hint" ], "terminal.integrated.shell.osx": "/bin/zsh", "editor.formatOnSaveMode": "modifications", "editor.tabSize": 2, "importSorter.generalConfiguration.sortOnBeforeSave": true, "editor.defaultFormatter": "dbaeumer.vscode-eslint", "eslint.format.enable": true, "gitlens.advanced.messages": { "suppressCommitHasNoPreviousCommitWarning": true }, "tailwindCSS.emmetCompletions": true, "tailwindCSS.includeLanguages": { "vue": "html" }, "footsteps.highlightColor": "rgb(70, 120, 87)", "footsteps.maxNumberOfChangesToHighlight": 1, "footsteps.highlightColorMaxOpacity": 0.1, "editor.formatOnSave": true, "window.zoomLevel": -1, "redhat.telemetry.enabled": false }