Created
May 23, 2022 21:38
-
-
Save jeffbeagley/92b1ea0f3b8d4952f27579d283584934 to your computer and use it in GitHub Desktop.
vscode settings dumpb
This file contains hidden or 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
| { | |
| "team.teamProject": "", | |
| "git.autofetch": true, | |
| "git.enableSmartCommit": true, | |
| "workbench.sideBar.location": "right", | |
| "workbench.startupEditor": "newUntitledFile", | |
| "window.title": "${folderName} - ${dirty}${activeEditorShort}", | |
| "team.showWelcomeMessage": false, | |
| "git.confirmSync": false, | |
| "guides.active.extraIndent": true, | |
| "workbench.editor.enablePreview": false, | |
| "gitlens.keymap": "alternate", | |
| "workbench.iconTheme": "material-icon-theme", | |
| "php.executablePath": "/usr/bin/php", | |
| "[markdown]": { | |
| "editor.wordWrap": "off", | |
| "editor.quickSuggestions": false | |
| }, | |
| "editor.wordWrap": "off", | |
| "[php]": { | |
| "editor.defaultFormatter": "bmewburn.vscode-intelephense-client" | |
| }, | |
| "editor.renderControlCharacters": true, | |
| "sync.gist": "38391e4c8bc4d06235a2d2dbe0f3c242", | |
| "sync.lastUpload": "2018-07-26T01:43:51.470Z", | |
| "sync.autoDownload": false, | |
| "sync.autoUpload": false, | |
| "sync.lastDownload": "", | |
| "sync.forceDownload": false, | |
| "sync.host": "", | |
| "sync.pathPrefix": "", | |
| "sync.quietSync": false, | |
| "sync.askGistName": false, | |
| "sync.removeExtensions": true, | |
| "sync.syncExtensions": true, | |
| "gitlens.advanced.messages": { | |
| "suppressCommitHasNoPreviousCommitWarning": false, | |
| "suppressCommitNotFoundWarning": false, | |
| "suppressFileNotUnderSourceControlWarning": false, | |
| "suppressGitVersionWarning": false, | |
| "suppressLineUncommittedWarning": false, | |
| "suppressNoRepositoryWarning": false, | |
| "suppressResultsExplorerNotice": false, | |
| "suppressShowKeyBindingsNotice": true | |
| }, | |
| "explorer.confirmDragAndDrop": false, | |
| "gitlens.historyExplorer.enabled": true, | |
| "explorer.confirmDelete": false, | |
| "pasteAndIndent.selectAfter": true, | |
| "editor.snippetSuggestions": "bottom", | |
| "breadcrumbs.enabled": true, | |
| "editor.quickSuggestionsDelay": 1, | |
| "editor.autoClosingBrackets": "never", | |
| "editor.autoClosingQuotes": "never", | |
| "editor.autoIndent": "advanced", | |
| "todo-tree.defaultHighlight": { | |
| "foreground": "green", | |
| "type": "none" | |
| }, | |
| "todo-tree.customHighlight": { | |
| "TODO": {}, | |
| "FIXME": {} | |
| }, | |
| "todo-tree.flat": true, | |
| "todo-tree.globs": [], | |
| "search.exclude": { | |
| "**/node_modules": true, | |
| "**/bower_components": true, | |
| "**/dompdf/*": true | |
| }, | |
| "files.exclude": { | |
| "**/.classpath": true, | |
| "**/.DS_Store": true, | |
| "**/.factorypath": true, | |
| "**/.git": true, | |
| "**/.hg": true, | |
| "**/.project": true, | |
| "**/.settings": true, | |
| "**/.svn": true, | |
| "**/CVS": true | |
| }, | |
| "editor.suggest.localityBonus": true, | |
| "terminal.integrated.fontSize": 10, | |
| "highlight-matching-tag.styles": { | |
| "opening": { | |
| "left": { | |
| "custom": { | |
| "borderWidth": "0 0 0 4px", | |
| "borderStyle": "solid", | |
| "borderColor": "blue", | |
| "borderRadius": "5px" | |
| } | |
| } | |
| } | |
| }, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "eslint.validate": [ | |
| "javascript", | |
| "javascriptreact", | |
| {"language": "vue", "autoFix": true} | |
| ], | |
| "gitlens.views.fileHistory.enabled": true, | |
| "gitlens.views.lineHistory.enabled": true, | |
| "terminal.integrated.rendererType": "dom", | |
| "window.openFoldersInNewWindow": "on", | |
| "editor.insertSpaces": false, | |
| "editor.suggestSelection": "first", | |
| "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
| "lit-html.tags": [ | |
| "html", | |
| "template", | |
| "template:", | |
| "template: ", | |
| "" | |
| ], | |
| "editor.foldingStrategy": "indentation", | |
| "editor.formatOnPaste": false, | |
| "editor.formatOnSave": false, | |
| "editor.formatOnType": false, | |
| "vetur.format.options.tabSize": 4, | |
| "editor.detectIndentation": false, | |
| "[javascript]": { | |
| "editor.defaultFormatter": "vscode.typescript-language-features" | |
| }, | |
| "html.format.wrapLineLength": 0, | |
| "editor.renderWhitespace": "all", | |
| "[json]": { | |
| "editor.defaultFormatter": "vscode.json-language-features" | |
| }, | |
| "[yaml]": { | |
| "editor.defaultFormatter": "redhat.vscode-yaml" | |
| }, | |
| "todo-tree.highlights.customHighlight": { | |
| "TODO": {}, | |
| "FIXME": {} | |
| }, | |
| "todo-tree.highlights.defaultHighlight": { | |
| "foreground": "green", | |
| "type": "none" | |
| }, | |
| "todo-tree.tree.flat": true, | |
| "diffEditor.renderSideBySide": true, | |
| "diffEditor.ignoreTrimWhitespace": false, | |
| "python.jediEnabled": false, | |
| "files.autoSave": "off", | |
| "editor.occurrencesHighlight": false, | |
| "[vue]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "todo-tree.tree.showScanModeButton": false, | |
| "files.associations": { | |
| "*.module": "php", | |
| "*.inc": "php" | |
| }, | |
| "python.languageServer": "Default", | |
| "intelephense.phpdoc.functionTemplate": { | |
| "summary": "$1", | |
| "tags": [ | |
| "@param ${1:$SYMBOL_TYPE} $SYMBOL_NAME $2", | |
| "@return ${1:$SYMBOL_TYPE} $2", | |
| "@throws ${1:$SYMBOL_TYPE} $2" | |
| ] | |
| }, | |
| "intelephense.format.braces": "k&r", | |
| "[jsonc]": { | |
| "editor.defaultFormatter": "vscode.json-language-features" | |
| }, | |
| "editor.maxTokenizationLineLength": 200000, | |
| "[typescript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "workbench.editorAssociations": { | |
| "*.ipynb": "jupyter.notebook.ipynb" | |
| }, | |
| "[html]": { | |
| "editor.defaultFormatter": "vscode.html-language-features" | |
| }, | |
| "[nginx]": { | |
| "editor.defaultFormatter": "raynigon.nginx-formatter" | |
| }, | |
| "[python]": { | |
| "editor.insertSpaces": true, | |
| "editor.tabSize": 4 | |
| }, | |
| "todo-tree.general.tags": [ | |
| "BUG", | |
| "HACK", | |
| "FIXME", | |
| "TODO", | |
| "XXX", | |
| "[ ]", | |
| "[x]" | |
| ], | |
| "todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)", | |
| "security.workspace.trust.untrustedFiles": "open", | |
| "remote.SSH.configFile": "\\\\wsl$\\Ubuntu-20.04\\home\\jeffbeagley\\.ssh\\config", | |
| "remote.SSH.useFlock": false, | |
| "telemetry.telemetryLevel": "off", | |
| "window.restoreWindows": "none", | |
| "editor.guides.indentation": false, | |
| "jupyter.runStartupCommands": "" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment