dotfiles/files/vscode-settings.json

72 lines
2.6 KiB
JSON

{
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": false,
"workbench.colorTheme": "Darcula",
"workbench.iconTheme": "material-icon-theme",
"telemetry.enableCrashReporter": true,
"telemetry.enableTelemetry": false,
"extensions.autoUpdate": false,
"window.zoomLevel": 0,
"gitlens.currentLine.enabled": false,
"gitlens.hovers.currentLine.over": "line",
"scss.scannerExclude": [
"**/.git",
"**/bower_components"
],
"less.scannerExclude": [
"**/.git",
"**/bower_components"
],
"python.workspaceSymbols.exclusionPatterns": [],
"gitlens.codeLens.enabled": false,
"workbench.activityBar.visible": true,
"editor.fontSize": 14,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"auto-close-tag.SublimeText3Mode": true,
"python.linting.lintOnSave": true,
"terminal.integrated.setLocaleVariables": true,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"gitlens.keymap": "alternate",
"editor.cursorBlinking": "smooth",
"editor.fontLigatures": true,
"editor.smoothScrolling": true,
"workbench.editor.enablePreview": false,
"terminal.integrated.enableBell": true,
"terminal.integrated.fontSize": 14,
"terminal.integrated.scrollback": 2000,
"git.enableCommitSigning": true,
"python.linting.mypyEnabled": true,
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": false,
"python.terminal.activateEnvironment": false,
"python.venvPath": "~/.virtualenvs, ~/.pyenv, ~/.cache/pypoetry/virtualenvs",
"editor.fontFamily": "Fira Code",
"editor.minimap.renderCharacters": false,
"editor.cursorSmoothCaretAnimation": true,
"workbench.settings.enableNaturalLanguageSearch": false,
"cSpell.language": "en-GB",
"editor.mouseWheelZoom": true,
"files.autoGuessEncoding": true,
"workbench.startupEditor": "none",
"extensions.ignoreRecommendations": true,
"extensions.showRecommendationsOnlyOnDemand": true,
"latex-workshop.intellisense.package.enabled": true,
"latex-workshop.latex.autoBuild.run": "never",
"workbench.enableExperiments": false,
"update.mode": "none",
"latex-workshop.bind.enter.key": false,
"color-highlight.markerType": "underline",
}