Skip to content

Instantly share code, notes, and snippets.

@angeloPereyra
Created July 25, 2018 00:34
Show Gist options
  • Save angeloPereyra/c4078654617d26e51c4053b2550f2e75 to your computer and use it in GitHub Desktop.
Save angeloPereyra/c4078654617d26e51c4053b2550f2e75 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-07-25T00:32:19.834Z","extensionVersion":"v3.0.0"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.0.0"
},
{
"metadata": {
"id": "3934094f-7995-4bb1-80bd-51c642531ff8",
"publisherId": "mrcrowl.hg",
"publisherDisplayName": "mrcrowl"
},
"name": "hg",
"publisher": "mrcrowl",
"version": "1.2.3"
},
{
"metadata": {
"id": "aae00486-7e92-42b3-91b0-2b419e4f3875",
"publisherId": "vincaslt.highlight-matching-tag",
"publisherDisplayName": "vincaslt"
},
"name": "highlight-matching-tag",
"publisher": "vincaslt",
"version": "0.4.4"
},
{
"metadata": {
"id": "044b4b31-2969-4af3-895d-855433b8b46d",
"publisherId": "felixfbecker.php-debug",
"publisherDisplayName": "felixfbecker"
},
"name": "php-debug",
"publisher": "felixfbecker",
"version": "1.12.3"
},
{
"metadata": {
"id": "5e69f001-f945-4c97-baf0-320d82a153b3",
"publisherId": "felixfbecker.php-intellisense",
"publisherDisplayName": "felixfbecker"
},
"name": "php-intellisense",
"publisher": "felixfbecker",
"version": "2.3.3"
},
{
"metadata": {
"id": "8cb85f3e-c719-446e-ac42-a21d60c3aa0d",
"publisherId": "emallin.phpunit",
"publisherDisplayName": "emallin"
},
"name": "phpunit",
"publisher": "emallin",
"version": "2.1.1"
},
{
"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": "7e5de6fa-c5ef-4fc1-b59f-aad5262fb005",
"publisherId": "zhangciwu.swig-tpl",
"publisherDisplayName": "zhangciwu"
},
"name": "swig-tpl",
"publisher": "zhangciwu",
"version": "0.0.6"
},
{
"metadata": {
"id": "dffaf5a1-2219-434b-9d87-cb586fd59260",
"publisherId": "Equinusocio.vsc-material-theme",
"publisherDisplayName": "Equinusocio"
},
"name": "vsc-material-theme",
"publisher": "Equinusocio",
"version": "2.3.0"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "robertohuertasm.vscode-icons",
"publisherDisplayName": "robertohuertasm"
},
"name": "vscode-icons",
"publisher": "robertohuertasm",
"version": "7.24.0"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+e ctrl+e",
"command": "editor.action.toggleRenderWhitespace"
}
]
{
"workbench.colorTheme": "Material Theme High Contrast",
"window.zoomLevel": -1,
"editor.renderWhitespace": "none",
"editor.wordWrap": "on",
"editor.mouseWheelZoom": true,
"editor.minimap.enabled": false,
"editor.renderControlCharacters": false,
"php.validate.executablePath": "D:\\xampp\\php\\php.exe",
"php.executablePath": "D:\\xampp\\php\\php.exe",
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"extensions.ignoreRecommendations": true,
"workbench.iconTheme": "vscode-icons",
"materialTheme.autoApplyIcons": false,
"workbench.colorCustomizations": {
"activityBarBadge.background": "#FF4081",
"list.activeSelectionForeground": "#FF4081",
"list.inactiveSelectionForeground": "#FF4081",
"list.highlightForeground": "#FF4081",
"scrollbarSlider.activeBackground": "#FF408150",
"editorSuggestWidget.highlightForeground": "#FF4081",
"textLink.foreground": "#FF4081",
"progressBar.background": "#FF4081",
"pickerGroup.foreground": "#FF4081",
"tab.activeBorder": "#FF4081",
"notificationLink.foreground": "#FF4081",
"editorWidget.resizeBorder": "#FF4081",
"editorWidget.border": "#FF4081",
"settings.modifiedItemForeground": "#FF4081",
"panelTitle.activeBorder": "#FF4081"
},
"materialTheme.accentPrevious": "Breaking Bad",
"materialTheme.accent": "Pink",
// Controls the font family.
"editor.fontFamily": "Fira Code",
// Controls the line height. Use 0 to compute the lineHeight from the fontSize.
"editor.lineHeight": 28,
// Enables font ligatures
"editor.fontLigatures": true,
// Controls if file decorations should use badges.
"explorer.decorations.badges": false,
"workbench.sideBar.location": "right",
"materialTheme.fixIconsRunning": false,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
//php unit
"phpunit.execPath": "D:\\xampp\\php",
"phpunit.args": [
"--configuration", "./phpunit.xml.dist"
],
"phpunit.preferRunClassTestOverQuickPickWindow": false,
"git.autofetch": true // Default false
}
{"version":"7.24.0","status":0,"welcomeShown":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment