Created
February 21, 2022 17:46
-
-
Save pepelsbey/b839643927e23f58f7aba529a4d596d3 to your computer and use it in GitHub Desktop.
Настройки VS Code, 21 февраля 2022
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"update.showReleaseNotes": false, | |
"workbench.tips.enabled": false, | |
"workbench.editor.untitled.hint": "hidden", | |
"workbench.iconTheme": "vs-minimal", | |
"workbench.startupEditor": "newUntitledFile", | |
"explorer.compactFolders": false, | |
"explorer.confirmDelete": false, | |
"explorer.confirmDragAndDrop": false, | |
"editor.cursorSmoothCaretAnimation": true, | |
"editor.fontFamily": "JetBrains Mono", | |
"editor.fontSize": 14, | |
"editor.hover.enabled": false, | |
"editor.lightbulb.enabled": false, | |
"editor.minimap.enabled": false, | |
"editor.smoothScrolling": true, | |
"editor.wordSeparators": "`~!@#$%^&*()-_=+[{]}\\|;:'\",.<>/?", | |
"editor.colorDecorators": false, | |
"editor.unicodeHighlight.ambiguousCharacters": false, | |
"debug.javascript.codelens.npmScripts": "never", | |
"files.insertFinalNewline": true, | |
"files.trimFinalNewlines": true, | |
"files.trimTrailingWhitespace": true, | |
"terminal.integrated.fontSize": 14, | |
"git.autofetch": true, | |
"git.autofetchPeriod": 30, | |
"git.confirmSync": false, | |
"git.enableSmartCommit": true, | |
"git.rebaseWhenSync": true, | |
"extensions.ignoreRecommendations": true, | |
"stylelint.validate": [ | |
"css" | |
], | |
"githubPullRequests.defaultMergeMethod": "squash", | |
"workbench.preferredDarkColorTheme": "GitHub Dark Default", | |
"workbench.colorTheme": "GitHub Light Default", | |
"window.autoDetectColorScheme": true, | |
"workbench.preferredLightColorTheme": "GitHub Light Default", | |
"security.workspace.trust.untrustedFiles": "open", | |
"git.terminalAuthentication": false, | |
"githubPullRequests.fileListLayout": "flat", | |
"window.zoomLevel": 3, | |
"diffEditor.ignoreTrimWhitespace": false, | |
"editor.accessibilitySupport": "off", | |
"redhat.telemetry.enabled": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment