Created
November 24, 2019 14:55
-
-
Save vladfrangu/8e69bded216dab0f5d07fe8761584ada to your computer and use it in GitHub Desktop.
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
{ | |
"bracket-pair-colorizer-2.highlightActiveScope": true, | |
"breadcrumbs.enabled": false, | |
"debug.inlineValues": true, | |
"diffEditor.ignoreTrimWhitespace": false, | |
"discord.detailsEditing": "{filename}", | |
"discord.detailsDebugging": "π {filename}", | |
"discord.enabled": true, | |
"discord.lowerDetailsEditing": "{workspace} | {currentline}/{totallines} | {filesize}", | |
"discord.lowerDetailsDebugging": "{workspace} | {currentline}/{totallines} | {filesize}", | |
"discord.lowerDetailsIdle": "{null}", | |
"discord.workspaceElapsedTime": true, | |
"editor.detectIndentation": true, | |
"editor.fontFamily": "'Fira Code', Consolas, 'Courier New', Courier", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 15, | |
"editor.insertSpaces": false, | |
"editor.matchBrackets": false, | |
"editor.minimap.enabled": false, | |
"editor.renderControlCharacters": false, | |
"editor.renderWhitespace": "none", | |
"editor.tabSize": 2, | |
"editor.trimAutoWhitespace": true, | |
"emojisense.markupCompletionsEnabled": false, | |
"explorer.autoReveal": false, | |
"explorer.confirmDelete": false, | |
"explorer.confirmDragAndDrop": false, | |
"explorer.openEditors.visible": 0, | |
"files.autoSave": "afterDelay", | |
"files.eol": "\n", | |
"files.insertFinalNewline": true, | |
"git.autofetch": true, | |
"git.confirmSync": false, | |
"javascript.implicitProjectConfig.checkJs": true, | |
"javascript.suggestionActions.enabled": false, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"markdown.preview.scrollEditorWithPreview": true, | |
"markdown.preview.scrollPreviewWithEditor": true, | |
"material-icon-theme.folders.color": "#42a5f5", | |
"sync.askGistName": false, | |
"sync.autoDownload": false, | |
"sync.autoUpload": true, | |
"sync.forceDownload": false, | |
"sync.gist": "8727ddb12f6557d7ab153e253298ca64", | |
"sync.quietSync": true, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"terminal.integrated.shell.windows": "C:\\Program Files\\PowerShell\\6\\pwsh.exe", | |
"window.title": "${dirty}${activeEditorMedium}${separator}${rootName}", | |
"window.titleBarStyle": "custom", | |
"window.zoomLevel": 0, | |
"workbench.activityBar.visible": true, | |
"workbench.editor.enablePreview": true, | |
"workbench.editor.enablePreviewFromQuickOpen": false, | |
"workbench.iconTheme": "material-icon-theme", | |
"workbench.sideBar.location": "left", | |
"workbench.startupEditor": "none", | |
"eslint.validate": [ | |
{ "language": "javascript", "autoFix": true }, | |
{ "language": "typescript", "autoFix": true }, | |
{ "language": "vue", "autoFix": true } | |
], | |
"vetur.validation.template": false, | |
"emojisense.languages": { | |
"markdown": { | |
"markupCompletionsEnabled": true, | |
"unicodeCompletionsEnabled": true | |
}, | |
"plaintext": { | |
"markupCompletionsEnabled": false, | |
"emojiDecoratorsEnabled": false | |
}, | |
"javascript": true, | |
"git-commit": true, | |
"python": true, | |
"typescript": true | |
}, | |
"bracket-pair-colorizer-2.activeScopeCSS": [ | |
"borderStyle : solid", | |
"borderWidth : 1px", | |
"borderColor : {color}", | |
"opacity: 0.5" | |
], | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"javascript.preferences.quoteStyle": "single", | |
"typescript.preferences.quoteStyle": "single", | |
"eslint.options": { | |
"ignorePattern": "*.d.ts" | |
}, | |
"javascript.suggest.completeFunctionCalls": true, | |
"typescript.suggest.completeFunctionCalls": true, | |
"java.autobuild.enabled": false, | |
"files.exclude": { | |
"**/.classpath": true, | |
"**/.project": true, | |
"**/.settings": true, | |
"**/.factorypath": true | |
}, | |
"javascript.implicitProjectConfig.experimentalDecorators": true, | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"workbench.colorTheme": "Monokai Pro (Filter Spectrum)", | |
"codemetrics.basics.ComplexityLevelExtremeDescription": "π", | |
"codemetrics.basics.ComplexityLevelHighDescription": "β ", | |
"codemetrics.basics.ComplexityLevelLowDescription": "π", | |
"codemetrics.basics.ComplexityLevelNormalDescription": "π", | |
"codemetrics.basics.ComplexityTemplate": "{1} Complexity is {0}", | |
"vetur.dev.logLevel": "DEBUG", | |
"vetur.experimental.templateInterpolationService": true, | |
"vetur.format.enable": false, | |
"vetur.format.options.useTabs": true, | |
"vetur.validation.script": false, | |
"liveshare.featureSet": "insiders", | |
"discord.lowerDetailsNotFound": "???", | |
"materialdesigniconsIntellisense.insertStyle": "camelCase", | |
"files.trimTrailingWhitespace": true, | |
"[markdown]": { | |
"files.trimTrailingWhitespace": false | |
}, | |
"python.insidersChannel": "daily", | |
"python.jediEnabled": false, | |
"sync.forceUpload": true, | |
"go.useLanguageServer": true, | |
"versionlens.github.accessToken": "e81a9eed372aa4e4d7a57dedaecac9c9d294fcad", | |
"bracket-pair-colorizer-2.showHorizontalScopeLine": false, | |
"bracket-pair-colorizer-2.showBracketsInGutter": true, | |
"codemetrics.basics.DecorationModeEnabled": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment