Created
April 11, 2019 22:05
-
-
Save amcastror/718c22634337eac9dab491f2ce155eea to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
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
{"lastUpload":"2019-04-11T22:05:19.126Z","extensionVersion":"v3.2.8"} |
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
[ | |
{ | |
"metadata": { | |
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29", | |
"publisherId": "formulahendry.auto-close-tag", | |
"publisherDisplayName": "formulahendry" | |
}, | |
"name": "auto-close-tag", | |
"publisher": "formulahendry", | |
"version": "0.5.6" | |
}, | |
{ | |
"metadata": { | |
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
"publisherId": "Shan.code-settings-sync", | |
"publisherDisplayName": "Shan" | |
}, | |
"name": "code-settings-sync", | |
"publisher": "Shan", | |
"version": "3.2.8" | |
}, | |
{ | |
"metadata": { | |
"id": "b06b65b2-6ea9-4045-b166-54aa63205261", | |
"publisherId": "junstyle.php-cs-fixer", | |
"publisherDisplayName": "junstyle" | |
}, | |
"name": "php-cs-fixer", | |
"publisher": "junstyle", | |
"version": "0.1.118" | |
}, | |
{ | |
"metadata": { | |
"id": "ca0094fa-0dc7-4847-ae5d-879442c099ca", | |
"publisherId": "neilbrayfield.php-docblocker", | |
"publisherDisplayName": "neilbrayfield" | |
}, | |
"name": "php-docblocker", | |
"publisher": "neilbrayfield", | |
"version": "1.8.0" | |
}, | |
{ | |
"metadata": { | |
"id": "651dce1f-eda8-4a5b-aa26-0d1266de8ed1", | |
"publisherId": "MehediDracula.php-namespace-resolver", | |
"publisherDisplayName": "MehediDracula" | |
}, | |
"name": "php-namespace-resolver", | |
"publisher": "MehediDracula", | |
"version": "1.1.7" | |
}, | |
{ | |
"metadata": { | |
"id": "bfcc4184-7b55-410e-a012-20ee54be9264", | |
"publisherId": "mblode.twig-language-2", | |
"publisherDisplayName": "mblode" | |
}, | |
"name": "twig-language-2", | |
"publisher": "mblode", | |
"version": "0.7.5" | |
}, | |
{ | |
"metadata": { | |
"id": "946d9406-d60f-4a31-b6d8-81604e06dd72", | |
"publisherId": "marcostazi.VS-code-drupal", | |
"publisherDisplayName": "marcostazi" | |
}, | |
"name": "VS-code-drupal", | |
"publisher": "marcostazi", | |
"version": "0.0.12" | |
}, | |
{ | |
"metadata": { | |
"id": "ffda6552-0ad5-431b-a4fa-0905a7e4f3f0", | |
"publisherId": "bmewburn.vscode-intelephense-client", | |
"publisherDisplayName": "bmewburn" | |
}, | |
"name": "vscode-intelephense-client", | |
"publisher": "bmewburn", | |
"version": "1.0.13" | |
}, | |
{ | |
"metadata": { | |
"id": "ccebf6a2-18b4-41b5-ab2b-e251b8b121a9", | |
"publisherId": "Wilson-Godoi.wg-getters-and-setters", | |
"publisherDisplayName": "Wilson-Godoi" | |
}, | |
"name": "wg-getters-and-setters", | |
"publisher": "Wilson-Godoi", | |
"version": "1.1.6" | |
} | |
] |
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
// Empty |
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
// Empty |
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 | |
{ | |
"files.autoSave": "onFocusChange", | |
"vim.disableAnnoyingNeovimMessage": true, | |
"window.titleBarStyle": "custom", | |
"window.zoomLevel": 0, | |
"git.enableSmartCommit": true, | |
"git.autofetch": true, | |
"php.suggest.basic": false, | |
"files.exclude": { | |
"**/*.*~": true | |
}, | |
"git.confirmSync": false, | |
"files.associations": { | |
"*.twig": "twig" | |
}, | |
"sync.gist": "", | |
"[twig]": {}, | |
"emmet.includeLanguages": { | |
"twig": "html" | |
}, | |
"[php]": { | |
"editor.defaultFormatter": "junstyle.php-cs-fixer" | |
}, | |
"php-cs-fixer.executablePath": "php-cs-fixer", | |
"php-cs-fixer.rules": "@PSR1,@PSR2,@Symfony", | |
"php-cs-fixer.onsave": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment