Skip to content

Instantly share code, notes, and snippets.

@pepelsbey
Created February 21, 2022 17:46
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pepelsbey/b839643927e23f58f7aba529a4d596d3 to your computer and use it in GitHub Desktop.
Save pepelsbey/b839643927e23f58f7aba529a4d596d3 to your computer and use it in GitHub Desktop.
Настройки VS Code, 21 февраля 2022
{
"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