Last active
January 13, 2019 11:25
-
-
Save arvilmena/1d7e16098bc257ac7848da397724f837 to your computer and use it in GitHub Desktop.
2019-01-13 VSCode Settings Xubuntu
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-01-13T11:24:09.136Z","extensionVersion":"v3.2.4"} |
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": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
"publisherId": "Shan.code-settings-sync", | |
"publisherDisplayName": "Shan" | |
}, | |
"name": "code-settings-sync", | |
"publisher": "Shan", | |
"version": "3.2.4" | |
}, | |
{ | |
"metadata": { | |
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588", | |
"publisherId": "EditorConfig.EditorConfig", | |
"publisherDisplayName": "EditorConfig" | |
}, | |
"name": "EditorConfig", | |
"publisher": "EditorConfig", | |
"version": "0.12.6" | |
}, | |
{ | |
"metadata": { | |
"id": "c47db04d-78f4-45b5-a824-73d9f20efc78", | |
"publisherId": "ginfuru.ginfuru-better-solarized-dark-theme", | |
"publisherDisplayName": "ginfuru" | |
}, | |
"name": "ginfuru-better-solarized-dark-theme", | |
"publisher": "ginfuru", | |
"version": "0.7.0" | |
}, | |
{ | |
"metadata": { | |
"id": "4de763bd-505d-4978-9575-2b7696ecf94e", | |
"publisherId": "eamodio.gitlens", | |
"publisherDisplayName": "eamodio" | |
}, | |
"name": "gitlens", | |
"publisher": "eamodio", | |
"version": "9.4.1" | |
}, | |
{ | |
"metadata": { | |
"id": "5db78037-f674-459f-a236-db622c427c5b", | |
"publisherId": "PKief.material-icon-theme", | |
"publisherDisplayName": "PKief" | |
}, | |
"name": "material-icon-theme", | |
"publisher": "PKief", | |
"version": "3.6.2" | |
}, | |
{ | |
"metadata": { | |
"id": "26a529c9-2654-4b95-a63f-02f6a52429e6", | |
"publisherId": "zhuangtongfa.Material-theme", | |
"publisherDisplayName": "zhuangtongfa" | |
}, | |
"name": "Material-theme", | |
"publisher": "zhuangtongfa", | |
"version": "2.18.1" | |
}, | |
{ | |
"metadata": { | |
"id": "ca0094fa-0dc7-4847-ae5d-879442c099ca", | |
"publisherId": "neilbrayfield.php-docblocker", | |
"publisherDisplayName": "neilbrayfield" | |
}, | |
"name": "php-docblocker", | |
"publisher": "neilbrayfield", | |
"version": "1.7.0" | |
}, | |
{ | |
"metadata": { | |
"id": "b0a47156-9132-49a2-bebd-ed16d91b1fa6", | |
"publisherId": "ikappas.phpcs", | |
"publisherDisplayName": "ikappas" | |
}, | |
"name": "phpcs", | |
"publisher": "ikappas", | |
"version": "1.0.5" | |
}, | |
{ | |
"metadata": { | |
"id": "ffda6552-0ad5-431b-a4fa-0905a7e4f3f0", | |
"publisherId": "bmewburn.vscode-intelephense-client", | |
"publisherDisplayName": "bmewburn" | |
}, | |
"name": "vscode-intelephense-client", | |
"publisher": "bmewburn", | |
"version": "0.8.8" | |
}, | |
{ | |
"metadata": { | |
"id": "9df95cb4-c4e6-4de0-b771-f0cb91c96e7b", | |
"publisherId": "persoderlind.vscode-phpcbf", | |
"publisherDisplayName": "persoderlind" | |
}, | |
"name": "vscode-phpcbf", | |
"publisher": "persoderlind", | |
"version": "0.0.8" | |
}, | |
{ | |
"metadata": { | |
"id": "f2fd462f-f1bd-4c62-b54f-59a4e5ffc6a3", | |
"publisherId": "WakaTime.vscode-wakatime", | |
"publisherDisplayName": "WakaTime" | |
}, | |
"name": "vscode-wakatime", | |
"publisher": "WakaTime", | |
"version": "1.2.5" | |
} | |
] |
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 key bindings in this file to override the defaults | |
[ | |
{ | |
"key": "ctrl+d", | |
"command": "editor.action.copyLinesDownAction", | |
"when": "editorTextFocus && !editorReadonly" | |
}, | |
{ | |
"key": "ctrl+alt+shift+down", | |
"command": "editor.action.addSelectionToNextFindMatch", | |
"when": "editorFocus" | |
}, | |
] |
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
{ | |
"editor.fontSize": 14, | |
"editor.fontFamily": "Fira Code, 'Fira Code'", | |
"editor.renderWhitespace": "all", | |
"editor.cursorStyle": "line-thin", | |
"editor.wordWrap":"on", | |
"workbench.editor.labelFormat": "medium", | |
"workbench.settings.editor": "json", | |
"workbench.colorTheme": "One Dark Pro Vivid", | |
"window.zoomLevel": -0.75, | |
// PHP DocBlocker | |
"php-docblocker.author": { | |
"name": "Arvil Meña", | |
"email": "[email protected]" | |
}, | |
// PHP Intelephense | |
"php.suggest.basic": false, | |
// PHP Codesniffer | |
"phpcs.enable": false, | |
"phpcbf.enable": false, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment