Skip to content

Instantly share code, notes, and snippets.

@socrec
Last active March 5, 2020 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save socrec/52e1bcafe5450f622b96cff509fca778 to your computer and use it in GitHub Desktop.
Save socrec/52e1bcafe5450f622b96cff509fca778 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-03-05T06:33:29.490Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "b689fcc8-d494-4dbf-a228-2c694a578afc",
"publisherId": "alefragnani.Bookmarks",
"publisherDisplayName": "alefragnani"
},
"name": "Bookmarks",
"publisher": "alefragnani",
"version": "11.0.0"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.3"
},
{
"metadata": {
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherDisplayName": "EditorConfig"
},
"name": "EditorConfig",
"publisher": "EditorConfig",
"version": "0.14.4"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "10.2.1"
},
{
"metadata": {
"id": "f30b63fa-e34a-40af-a573-5de5ecfb6c5e",
"publisherId": "k--kato.intellij-idea-keybindings",
"publisherDisplayName": "k--kato"
},
"name": "intellij-idea-keybindings",
"publisher": "k--kato",
"version": "0.2.37"
},
{
"metadata": {
"id": "3b58a227-618a-4b57-a06b-6984a2a8d1ba",
"publisherId": "onecentlin.laravel-blade",
"publisherDisplayName": "onecentlin"
},
"name": "laravel-blade",
"publisher": "onecentlin",
"version": "1.20.0"
},
{
"metadata": {
"id": "f6c2c922-7a4d-4a60-aa8c-d7a41042f960",
"publisherId": "phiter.phpstorm-snippets",
"publisherDisplayName": "phiter"
},
"name": "phpstorm-snippets",
"publisher": "phiter",
"version": "1.1.1"
},
{
"metadata": {
"id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70",
"publisherId": "Gruntfuggly.todo-tree",
"publisherDisplayName": "Gruntfuggly"
},
"name": "todo-tree",
"publisher": "Gruntfuggly",
"version": "0.0.169"
},
{
"metadata": {
"id": "189d0549-92c5-49d2-bd4b-3ec307fa3af5",
"publisherId": "chrisvltn.vs-code-semicolon-insertion",
"publisherDisplayName": "chrisvltn"
},
"name": "vs-code-semicolon-insertion",
"publisher": "chrisvltn",
"version": "0.0.6"
},
{
"metadata": {
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
"publisherId": "ms-azuretools.vscode-docker",
"publisherDisplayName": "ms-azuretools"
},
"name": "vscode-docker",
"publisher": "ms-azuretools",
"version": "0.10.0"
},
{
"metadata": {
"id": "ffda6552-0ad5-431b-a4fa-0905a7e4f3f0",
"publisherId": "bmewburn.vscode-intelephense-client",
"publisherDisplayName": "bmewburn"
},
"name": "vscode-intelephense-client",
"publisher": "bmewburn",
"version": "1.3.11"
},
{
"metadata": {
"id": "8130e01f-ac60-4803-ab86-f05469dd7b4d",
"publisherId": "kokororin.vscode-phpfmt",
"publisherDisplayName": "kokororin"
},
"name": "vscode-phpfmt",
"publisher": "kokororin",
"version": "1.0.30"
}
]
// Empty
[
{
"key": "cmd+;",
"command": "-workbench.action.tasks.configureTaskRunner"
},
{
"key": "cmd+;",
"command": "extension.insertSemicolon",
"when": "editorTextFocus"
},
{
"key": "cmd+/",
"command": "-extension.insertSemicolon",
"when": "editorTextFocus"
},
{
"key": "shift+cmd+;",
"command": "extension.insertSemicolonWithNewLine",
"when": "editorTextFocus"
},
{
"key": "shift+cmd+/",
"command": "-extension.insertSemicolonWithNewLine",
"when": "editorTextFocus"
}
]
{
"explorer.autoReveal": false,
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"terminal.integrated.shell.osx": "/bin/zsh",
"editor.fontSize": 14,
"todo-tree.general.statusBar": "total",
"todo-tree.general.tags": [
"BUG",
"FIXME",
"TODO",
"Todo",
"@TODO"
],
"workbench.view.alwaysShowHeaderActions": true,
"phpfmt.enable_auto_align": true,
"[php]": {
"editor.defaultFormatter": "kokororin.vscode-phpfmt"
},
"git.autofetch": true,
"workbench.colorTheme": "Default High Contrast",
"workbench.fontAliasing": "auto",
"workbench.editor.highlightModifiedTabs": true,
"files.autoSave": "afterDelay",
"workbench.activityBar.visible": true,
"editor.minimap.enabled": false,
"editor.renderWhitespace": "none",
"editor.renderControlCharacters": false,
"sync.gist": "52e1bcafe5450f622b96cff509fca778",
"gitlens.codeLens.enabled": false,
"todo-tree.tree.showScanModeButton": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment