Created
January 15, 2019 19:51
-
-
Save malkafly/35adad4d7c0cd48fa4c25872919144ee to your computer and use it in GitHub Desktop.
Visual Studio Code
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
code --install-extension alefragnani.Bookmarks | |
code --install-extension brapifra.phpserver | |
code --install-extension CoenraadS.bracket-pair-colorizer | |
code --install-extension donjayamanne.githistory | |
code --install-extension formulahendry.auto-close-tag | |
code --install-extension formulahendry.auto-rename-tag | |
code --install-extension HookyQR.beautify | |
code --install-extension HvyIndustries.crane | |
code --install-extension octref.vetur | |
code --install-extension oderwat.indent-rainbow | |
code --install-extension onecentlin.laravel-blade | |
code --install-extension rifi2k.format-html-in-php | |
code --install-extension SirTori.indenticator |
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
// Place your settings in this file to overwrite the default settings | |
{ | |
"editor.fontLigatures": true, | |
"editor.renderIndentGuides": false, | |
"git.confirmSync": false, | |
"git.enableSmartCommit": true, | |
"editor.formatOnSave": true, | |
"html.format.wrapLineLength": 0, | |
"editor.fontFamily": "Hack, Menlo, Monaco, 'Courier New', monospace", | |
"editor.minimap.enabled": false, | |
"explorer.confirmDragAndDrop": false, | |
"workbench.sideBar.location": "right", | |
"git.autofetch": true, | |
"files.associations": { | |
"*.blade.php": "html", | |
}, | |
"git.ignoreMissingGitWarning": true, | |
"terminal.integrated.shell.osx": "/bin/bash", | |
"extensions.ignoreRecommendations": true, | |
"terminal.integrated.rendererType": "dom", | |
"window.zoomLevel": 0, | |
"explorer.confirmDelete": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment