-
-
Save Phunky/1796d007fe8d0cd01482aa3886bf2624 to your computer and use it in GitHub Desktop.
vscode
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
EditorConfig.editorconfig-0.12.4 | |
PeterJausovec.vscode-docker-0.0.27 | |
Shan.code-settings-sync-2.9.2 | |
Zignd.html-css-class-completion-1.17.1 | |
aws-scripting-guy.cform-0.0.10 | |
christian-kohler.npm-intellisense-1.3.0 | |
christian-kohler.path-intellisense-1.4.2 | |
dzannotti.vscode-babel-coloring-0.0.4 | |
junstyle.php-cs-fixer-0.1.80 | |
kevinkyang.auto-comment-blocks-1.0.1 | |
madebyphunky | |
mikestead.dotenv-1.0.1 | |
mischah.relaxed-theme-1.0.3 | |
ms-vscode.sublime-keybindings-4.0.0 | |
octref.vetur-0.12.2 | |
patbenatar.advanced-new-file-1.2.0 | |
sburg.vscode-javascript-booster-0.8.0 | |
sleistner.vscode-fileutils-2.9.0 | |
sysoev.language-stylus-1.9.2 | |
wmaurer.change-case-1.0.0 | |
zhuangtongfa.material-theme-2.13.6 |
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
{ | |
"editor.fontSize": 18, | |
"editor.fontFamily": "Fira Code, Operator Mono, monospace", | |
"editor.minimap.enabled": false, | |
"workbench.colorTheme": "Relaxed", | |
"php-cs-fixer.onsave": true, | |
"php-cs-fixer.config": ".php_cs.dist", | |
"window.zoomLevel": 0, | |
"terminal.integrated.fontSize": 14, | |
"sync.gist": "55f8508ac493bc379cc59e765288c8f2", | |
"sync.lastUpload": "2018-08-14T14:44:15.364Z", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.lastDownload": "2018-05-30T22:23:12.249Z", | |
"sync.forceDownload": false, | |
"sync.host": "", | |
"sync.pathPrefix": "", | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"editor.lineHeight": 48, | |
"editor.renderWhitespace": "none", | |
"editor.rulers": [ | |
80, | |
100, | |
120 | |
], | |
"editor.fontLigatures": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.snippetSuggestions": "top", | |
"workbench.fontAliasing": "default", | |
"workbench.activityBar.visible": false, | |
"terminal.integrated.shell.osx": "/usr/local/bin/zsh", | |
"editor.dragAndDrop": false, | |
"docker.showExplorer": false, | |
"telemetry.enableTelemetry": false, | |
"telemetry.enableCrashReporter": false, | |
"extensions.ignoreRecommendations": false, | |
"explorer.confirmDragAndDrop": false, | |
"workbench.startupEditor": "newUntitledFile", | |
"explorer.openEditors.visible": 0, | |
"php.suggest.basic": false, | |
"editor.formatOnSave": true, | |
"terminal.integrated.macOptionIsMeta": true, | |
"terminal.integrated.copyOnSelection": true, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"terminal.external.osxExec": "", | |
"terminal.integrated.cursorBlinking": true, | |
"terminal.integrated.cursorStyle": "line", | |
"terminal.integrated.rightClickBehavior": "selectWord", | |
"workbench.colorCustomizations": { | |
"editorIndentGuide.background": "#383d46", | |
"terminal.selectionBackground": "#67769660", | |
"terminalCursor.background": "#ffffffc9", | |
"terminalCursor.foreground": "#677696", | |
"terminal.background": "#2a2e36", | |
"terminal.border": "#383d46", | |
"panel.background": "#2a2e36", | |
"panel.border": "#2a2e36", | |
"tab.border": "#2a2e36", | |
"tab.activeBorder": "#2e333b", | |
}, | |
"workbench.statusBar.visible": true, | |
"files.insertFinalNewline": true, | |
"editor.find.seedSearchStringFromSelection": true, | |
"files.hotExit": "onExitAndWindowClose", | |
"editor.wrappingIndent": "same", | |
"editor.lineNumbers": "on", | |
"editor.scrollBeyondLastLine": true, | |
"editor.tabSize": 4, | |
"editor.trimAutoWhitespace": true, | |
"files.trimTrailingWhitespace": true, | |
"editor.useTabStops": true, | |
"editor.wordWrap": "off", | |
"explorer.confirmDelete": false, | |
"npm.enableScriptExplorer": true, | |
"terminal.integrated.rendererType": "canvas", | |
"terminal.integrated.showExitAlert": false, | |
"editor.renderIndentGuides": true, | |
"bracketPairColorizer.colorMode": "Consecutive", | |
"bracketPairColorizer.showBracketsInGutter": false, | |
"bracketPairColorizer.showBracketsInRuler": true, | |
"editor.matchBrackets": false, | |
"bracketPairColorizer.activeScopeCSS": [ | |
"borderStyle : solid", | |
"borderWidth : 0px", | |
"borderColor : {color}; opacity: 0.1", | |
"backgroundColor : {color}; opacity: 0.1" | |
], | |
"bracketPairColorizer.highlightActiveScope": true, | |
"bracketPairColorizer.scopeLineCSS": [ | |
"borderStyle : solid", | |
"borderWidth : 1px", | |
"borderColor : {color}; opacity: 0.5", | |
], | |
"bracketPairColorizer.consecutivePairColors": [ | |
"()", | |
"[]", | |
"{}", | |
[ | |
"Gold", | |
"Orchid", | |
"LightSkyBlue" | |
], | |
"Red" | |
], | |
"editor.renderLineHighlight": "all", | |
"terminal.integrated.fontWeightBold": "bold", | |
"window.restoreWindows": "folders", | |
"editor.renderControlCharacters": false, | |
"editor.occurrencesHighlight": false, | |
"terminal.integrated.shellArgs.osx": [ | |
"-l" | |
], | |
"eslint.autoFixOnSave": true, | |
"eslint.validate": [ | |
"javascript", | |
"javascriptreact", | |
"vue" | |
], | |
"terminal.integrated.scrollback": 9999, | |
"html.format.wrapAttributes": "aligned-multiple", | |
"editor.cursorBlinking": "phase", | |
"extensions.showRecommendationsOnlyOnDemand": true, | |
"vetur.trace.server": "messages", | |
"eslint.alwaysShowStatus": true, | |
"vetur.format.defaultFormatter.css": "none", | |
"vetur.format.defaultFormatter.js": "none", | |
"vetur.format.defaultFormatter.less": "none", | |
"vetur.format.defaultFormatter.postcss": "none", | |
"vetur.format.defaultFormatter.scss": "none", | |
"vetur.format.defaultFormatter.stylus": "none", | |
"vetur.format.defaultFormatter.ts": "none" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment