Created
June 19, 2020 05:41
-
-
Save bhagatparwinder/13af4a593ff62a3c0796206c30436fdf to your computer and use it in GitHub Desktop.
VS Code Settings
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
{ | |
"autoimport.doubleQuotes": true, | |
"breadcrumbs.enabled": true, | |
"css.lint.important": "warning", | |
"debug.node.autoAttach": "on", | |
"debug.toolBarLocation": "docked", | |
"editor.codeLens": false, | |
"editor.colorDecorators": true, | |
"editor.cursorBlinking": "phase", | |
"editor.cursorStyle": "line", | |
"editor.fontFamily": "Dank Mono, SF Mono Powerline, Operator Mono, Victor Mono, Fira Code, ZeitungMonoPro, Menlo", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 14, | |
"editor.formatOnPaste": true, | |
"editor.formatOnSave": false, | |
"editor.insertSpaces": true, | |
"editor.lineHeight": 22, | |
"editor.minimap.enabled": false, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.rulers": [ | |
120 | |
], | |
"editor.snippetSuggestions": "top", | |
"editor.suggestSelection": "first", | |
"editor.tabSize": 4, | |
"editor.tokenColorCustomizations": { | |
"comments": "#746f68" | |
}, | |
"editor.wordWrap": "on", | |
"explorer.autoReveal": true, | |
"explorer.confirmDelete": false, | |
"explorer.confirmDragAndDrop": false, | |
"extensions.ignoreRecommendations": false, | |
"files.associations": { | |
"*.irul": "iRule" | |
}, | |
"files.autoSave": "onFocusChange", | |
"files.exclude": { | |
"**/*.js": { | |
"when": "$(basename).ts" | |
}, | |
"**/*.js.map": true, | |
"**/.DS_Store": true, | |
"**/._*": true, | |
"**/.git": true, | |
"**/.hg": true, | |
"**/.svn": true, | |
"**/node_modules": true, | |
"**/node_modules/**": false, | |
"**/target": true, | |
".idea": true, | |
".metadata": true, | |
".vscode": true, | |
"build": false, | |
"node_modules": true | |
}, | |
"files.insertFinalNewline": true, | |
"files.trimTrailingWhitespace": true, | |
"git.autofetch": true, | |
"git.ignoreMissingGitWarning": true, | |
"gitlens.views.compare.location": "gitlens", | |
"gitlens.views.fileHistory.location": "gitlens", | |
"gitlens.views.repositories.location": "gitlens", | |
"gitlens.views.search.location": "gitlens", | |
"html.format.enable": true, | |
"html.format.endWithNewline": false, | |
"html.suggest.html5": true, | |
"javascript.format.enable": true, | |
"javascript.format.insertSpaceAfterConstructor": true, | |
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": true, | |
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true, | |
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false, | |
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"json.format.enable": true, | |
"json.schemas": [ | |
{ | |
"$schema": "~/scripts/tsconfig.json" | |
} | |
], | |
"markdown.extension.preview.autoShowPreviewToSide": false, | |
"markdown.preview.scrollEditorWithPreview": true, | |
"markdown.preview.scrollPreviewWithEditor": true, | |
"material-icon-theme.folders.color": "#26a69a", | |
"material-icon-theme.folders.theme": "classic", | |
"material-icon-theme.hidesExplorerArrows": true, | |
"material-icon-theme.showUpdateMessage": false, | |
"mocha-snippets.function-type": "arrow", | |
"mocha-snippets.quote-type": "double", | |
"npm-intellisense.importQuotes": "\"", | |
"npm.enableScriptExplorer": true, | |
"peacock.favoriteColors": [ | |
{ | |
"name": "Angular Red", | |
"value": "#b52e31" | |
}, | |
{ | |
"name": "Auth0 Orange", | |
"value": "#eb5424" | |
}, | |
{ | |
"name": "Azure Blue", | |
"value": "#007fff" | |
}, | |
{ | |
"name": "C# Purple", | |
"value": "#68217A" | |
}, | |
{ | |
"name": "Gatsby Purple", | |
"value": "#639" | |
}, | |
{ | |
"name": "Go Cyan", | |
"value": "#5dc9e2" | |
}, | |
{ | |
"name": "Java Blue-Gray", | |
"value": "#557c9b" | |
}, | |
{ | |
"name": "JavaScript Yellow", | |
"value": "#f9e64f" | |
}, | |
{ | |
"name": "Mandalorian Blue", | |
"value": "#1857a4" | |
}, | |
{ | |
"name": "Node Green", | |
"value": "#215732" | |
}, | |
{ | |
"name": "React Blue", | |
"value": "#00b3e6" | |
}, | |
{ | |
"name": "Something Different", | |
"value": "#832561" | |
}, | |
{ | |
"name": "Vue Green", | |
"value": "#42b883" | |
} | |
], | |
"presentationMode.zoomLevel": 3, | |
"problems.showCurrentInStatus": true, | |
"python.jediEnabled": false, | |
"scss.lint.important": "warning", | |
"search.exclude": { | |
"**/.git": true, | |
"**/bower_components": true, | |
"**/node_modules": false, | |
"**/tmp": true, | |
"build/**": true, | |
"node_modules/**": true | |
}, | |
"spellright.documentTypes": [ | |
"latex", | |
"plaintext" | |
], | |
"spellright.language": [ | |
"en" | |
], | |
"sync.askGistName": false, | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.forceUpload": true, | |
"sync.quietSync": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"terminal.explorerKind": "external", | |
"terminal.external.osxExec": "iTerm.app", | |
"terminal.integrated.fontFamily": "Inconsolata for Powerline", | |
"terminal.integrated.fontSize": 12, | |
"terminal.integrated.rendererType": "dom", | |
"terminal.integrated.shell.osx": "zsh", | |
"terminal.integrated.shell.windows": "C:\\Windows\\sysnative\\cmd.exe", | |
"terminal.integrated.shellArgs.osx": [ | |
"-l" | |
], | |
"todohighlight.keywords": [ | |
"// TODO:", | |
"// TODO", | |
"//TODO:", | |
"//TODO" | |
], | |
"tslint.jsEnable": true, | |
"typescript.extension.sortImports.enableJavascript": true, | |
"typescript.extension.sortImports.quoteStyle": "double", | |
"typescript.extension.sortImports.sortOnSave": false, | |
"typescript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"window.nativeTabs": false, | |
"window.openFoldersInNewWindow": "on", | |
"window.restoreWindows": "all", | |
"window.title": "${activeEditorLong}", | |
"window.titleBarStyle": "custom", | |
"window.zoomLevel": 0, | |
"workbench.colorCustomizations": {}, | |
"workbench.colorTheme": "Andromeda", | |
"workbench.editor.enablePreview": false, | |
"workbench.editor.tabCloseButton": "right", | |
"workbench.editor.tabSizing": "shrink", | |
"workbench.panel.defaultLocation": "right", | |
"workbench.settings.editor": "json", | |
"workbench.sideBar.location": "right", | |
"workbench.startupEditor": "newUntitledFile", | |
"workbench.tree.renderIndentGuides": "always", | |
"zenMode.centerLayout": true, | |
"editor.renameOnType": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment