Skip to content

Instantly share code, notes, and snippets.

@iRynoh
Created February 7, 2019 19:16
Show Gist options
  • Save iRynoh/83b50f9e2af1d80215bfd79fefeeadc8 to your computer and use it in GitHub Desktop.
Save iRynoh/83b50f9e2af1d80215bfd79fefeeadc8 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-02-07T19:16:21.540Z","extensionVersion":"v3.2.4"}
[
{
"metadata": {
"id": "2cbad5ee-b4ab-4de8-a1c7-77fede846155",
"publisherId": "patbenatar.advanced-new-file",
"publisherDisplayName": "patbenatar"
},
"name": "advanced-new-file",
"publisher": "patbenatar",
"version": "1.2.0"
},
{
"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": "b06b65b2-6ea9-4045-b166-54aa63205261",
"publisherId": "junstyle.php-cs-fixer",
"publisherDisplayName": "junstyle"
},
"name": "php-cs-fixer",
"publisher": "junstyle",
"version": "0.1.95"
},
{
"metadata": {
"id": "044b4b31-2969-4af3-895d-855433b8b46d",
"publisherId": "felixfbecker.php-debug",
"publisherDisplayName": "felixfbecker"
},
"name": "php-debug",
"publisher": "felixfbecker",
"version": "1.12.6"
},
{
"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": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2019.1.0"
},
{
"metadata": {
"id": "f7b574f6-383c-42e1-96bd-0ce1dcc3bf5b",
"publisherId": "daylerees.rainglow",
"publisherDisplayName": "daylerees"
},
"name": "rainglow",
"publisher": "daylerees",
"version": "1.5.2"
},
{
"metadata": {
"id": "529697b9-b343-4b1c-ba2f-f5ef692132d4",
"publisherId": "ms-vscode.sublime-keybindings",
"publisherDisplayName": "ms-vscode"
},
"name": "sublime-keybindings",
"publisher": "ms-vscode",
"version": "4.0.0"
},
{
"metadata": {
"id": "d637104e-1fd7-4063-98fc-8afe46012c9b",
"publisherId": "sleistner.vscode-fileutils",
"publisherDisplayName": "sleistner"
},
"name": "vscode-fileutils",
"publisher": "sleistner",
"version": "2.13.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": "fcfed8db-13d5-48ca-bf45-7374a8c775a3",
"publisherId": "Calsmurf2904.vscode-phpstan",
"publisherDisplayName": "Calsmurf2904"
},
"name": "vscode-phpstan",
"publisher": "Calsmurf2904",
"version": "0.1.8"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "alt+1",
"command": "workbench.action.toggleSidebarVisibility"
},
{
"key": "ctrl+b",
"command": "-workbench.action.toggleSidebarVisibility"
},
{
"key": "ctrl+numpad_divide",
"command": "editor.action.addCommentLine",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+k ctrl+c",
"command": "-editor.action.addCommentLine",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+a",
"command": "-editor.action.blockComment",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+numpad_divide",
"command": "editor.action.blockComment",
"when": "editorFocus"
},
{
"key": "ctrl+shift+oem_2",
"command": "-editor.action.blockComment",
"when": "editorFocus"
}
]
{
"workbench.colorTheme": "Solarflare (rainglow)",
"window.zoomLevel": 1,
"php.executablePath": "C:\\laragon\\bin\\php\\php-7.2.2-Win32-VC15-x64\\php.exe",
"php.validate.executablePath": "C:\\laragon\\bin\\php\\php-7.2.2-Win32-VC15-x64\\php.exe",
"workbench.statusBar.visible": false,
"explorer.openEditors.visible": 0,
"workbench.activityBar.visible": false,
"editor.fontFamily": "Operator Mono",
"editor.fontLigatures": true,
"php-cs-fixer.lastDownload": 1547667243695,
"php-cs-fixer.executablePath": "${extensionPath}\\php-cs-fixer.phar",
"php-cs-fixer.config": "C:\\php_cs\\.php_cs",
"php-cs-fixer.onsave": true,
"editor.minimap.enabled": false,
"terminal.integrated.shell.windows": "cmd.exe",
"terminal.integrated.shellArgs.windows": [
"/k", "C:\\laragon\\bin\\cmder\\vendor\\init.bat"
],
"sync.gist": "",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment