Last active
October 31, 2017 01:34
-
-
Save christophherr/c99a31b9c3f28f5c5380d3706f65fe2c to your computer and use it in GitHub Desktop.
VS Code Extensions
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
advanced-new-file - Version :0.5.0 | |
Align - Version :0.2.0 | |
auto-close-tag - Version :0.5.2 | |
beautify - Version :1.1.1 | |
bracket-pair-colorizer - Version :0.10.10 | |
code-settings-sync - Version :2.8.3 | |
CreateModule - Version :0.0.5 | |
CSSLint - Version :0.0.3 | |
debugger-for-chrome - Version :3.4.0 | |
docthis - Version :0.6.0 | |
EditorConfig - Version :0.11.1 | |
ftp-sync - Version :0.3.3 | |
githistory - Version :0.2.3 | |
html-snippets - Version :0.1.0 | |
HTMLHint - Version :0.4.0 | |
laravel-blade - Version :1.9.0 | |
laravel5-snippets - Version :1.3.4 | |
LiveServer - Version :3.0.0 | |
material-icon-theme - Version :2.2.4 | |
node-module-intellisense - Version :1.4.0 | |
npm-intellisense - Version :1.3.0 | |
path-intellisense - Version :1.4.2 | |
php-debug - Version :1.11.1 | |
php-docblocker - Version :1.3.2 | |
php-intellisense - Version :1.5.4 | |
phpcs - Version :0.7.0 | |
prettier-vscode - Version :0.24.0 | |
project-manager - Version :0.22.0 | |
rest-client - Version :0.16.0 | |
sass-lint - Version :0.0.4 | |
searchdocsets-vscode - Version :1.0.1 | |
softwrap - Version :1.0.2 | |
stylelint - Version :0.30.0 | |
tslint - Version :1.0.14 | |
Untabify - Version :0.0.2 | |
vetur - Version :0.10.1 | |
view-in-browser - Version :0.0.5 | |
vscode-caniuse - Version :0.5.3 | |
vscode-colorize - Version :0.6.9 | |
vscode-csscomb - Version :5.2.1 | |
vscode-eslint - Version :1.4.0 | |
vscode-gist - Version :1.0.0 | |
vscode-gulp - Version :0.0.4 | |
vscode-npm-script - Version :0.3.2 | |
vscode-scss - Version :0.6.2 | |
vue-vscode-snippets - Version :1.1.0 | |
wordpress-snippet - Version :1.1.2 | |
xml - Version :1.9.2 |
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
{ | |
"editor.renderWhitespace": "all", | |
"editor.fontSize": 16, | |
"csscomb.preset": "csscomb", | |
"files.insertFinalNewline": true, | |
"files.trimTrailingWhitespace": true, | |
"eslint.autoFixOnSave": false, | |
"eslint.validate": ["javascript", "javascriptreact", "vue", "vue-html"], | |
"prettier.trailingComma": "none", | |
"prettier.tabWidth": 4, | |
"prettier.singleQuote": true, | |
"editor.formatOnSave": true, | |
"workbench.iconTheme": "material-icon-theme", | |
"window.zoomLevel": 0, | |
"view-in-browser.customBrowser": "chrome", | |
"sync.gist": "8233dda425b44a7eb3b2a14593e5121c", | |
"sync.lastUpload": "2017-10-09T00:03:51.609Z", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.lastDownload": "2017-06-16T19:05:10.496Z", | |
"sync.version": 262, | |
"sync.showSummary": true, | |
"sync.forceDownload": false, | |
"sync.anonymousGist": false, | |
"sync.host": "", | |
"sync.pathPrefix": "", | |
"phpcs.standard": "WordPress", | |
"[php]": { | |
"php.suggest.basic": false, | |
"php.executablePath": "C:\\laragon\\bin\\php\\latest\\php.exe", | |
"php.validate.executablePath": "C:\\laragon\\bin\\php\\latest\\php.exe", | |
"editor.detectIndentation": true, | |
"editor.useTabStops": true, | |
"editor.formatOnSave": false, | |
"prettier.useTabs": true | |
}, | |
"[javascript]": { | |
"editor.insertSpaces": true, | |
"editor.detectIndentation": false, | |
"editor.useTabStops": false, | |
"javascript.implicitProjectConfig.checkJs": true | |
}, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"workbench.startupEditor": "newUntitledFile", | |
"liveServer.settings.CustomBrowser": "chrome", | |
"colorize.activate_variables_support_beta": true, | |
"eslint.options": { | |
"rules": { | |
"import/unambiguous": 0 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment