Last active
July 12, 2018 14:21
-
-
Save jpggvilaca/d52bbc974d3092354b0b94d90592e883 to your computer and use it in GitHub Desktop.
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":"2018-07-12T14:21:28.144Z","extensionVersion":"v2.9.2"} |
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": "697255a9-3f36-44c8-b084-d3b91edfb23a", | |
"publisherId": "HookyQR.beautify", | |
"publisherDisplayName": "HookyQR" | |
}, | |
"name": "beautify", | |
"publisher": "HookyQR", | |
"version": "1.3.2" | |
}, | |
{ | |
"metadata": { | |
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
"publisherId": "Shan.code-settings-sync", | |
"publisherDisplayName": "Shan" | |
}, | |
"name": "code-settings-sync", | |
"publisher": "Shan", | |
"version": "2.9.2" | |
}, | |
{ | |
"metadata": { | |
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd", | |
"publisherId": "msjsdiag.debugger-for-chrome", | |
"publisherDisplayName": "msjsdiag" | |
}, | |
"name": "debugger-for-chrome", | |
"publisher": "msjsdiag", | |
"version": "4.7.0" | |
}, | |
{ | |
"metadata": { | |
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8", | |
"publisherId": "christian-kohler.npm-intellisense", | |
"publisherDisplayName": "christian-kohler" | |
}, | |
"name": "npm-intellisense", | |
"publisher": "christian-kohler", | |
"version": "1.3.0" | |
}, | |
{ | |
"metadata": { | |
"id": "c807e072-5951-4a01-9542-450f946c7ec1", | |
"publisherId": "xabikos.ReactSnippets", | |
"publisherDisplayName": "xabikos" | |
}, | |
"name": "ReactSnippets", | |
"publisher": "xabikos", | |
"version": "2.2.0" | |
}, | |
{ | |
"metadata": { | |
"id": "00518570-772b-4ccb-8b06-d056f3f556e0", | |
"publisherId": "Tyriar.sort-lines", | |
"publisherDisplayName": "Tyriar" | |
}, | |
"name": "sort-lines", | |
"publisher": "Tyriar", | |
"version": "1.7.0" | |
}, | |
{ | |
"metadata": { | |
"id": "0a54894e-ea5c-49ff-bbd4-c363c3745265", | |
"publisherId": "adamwalzer.string-converter", | |
"publisherDisplayName": "adamwalzer" | |
}, | |
"name": "string-converter", | |
"publisher": "adamwalzer", | |
"version": "0.1.1" | |
}, | |
{ | |
"metadata": { | |
"id": "5f362e62-15b7-4fd3-a839-3a240d18c49d", | |
"publisherId": "clinyong.vscode-css-modules", | |
"publisherDisplayName": "clinyong" | |
}, | |
"name": "vscode-css-modules", | |
"publisher": "clinyong", | |
"version": "0.2.3" | |
}, | |
{ | |
"metadata": { | |
"id": "db1f8a9a-48c9-4253-88d1-323df5297451", | |
"publisherId": "andrewleedham.vscode-css-modules", | |
"publisherDisplayName": "andrewleedham" | |
}, | |
"name": "vscode-css-modules", | |
"publisher": "andrewleedham", | |
"version": "1.0.1" | |
}, | |
{ | |
"metadata": { | |
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a", | |
"publisherId": "dbaeumer.vscode-eslint", | |
"publisherDisplayName": "dbaeumer" | |
}, | |
"name": "vscode-eslint", | |
"publisher": "dbaeumer", | |
"version": "1.4.12" | |
}, | |
{ | |
"metadata": { | |
"id": "9b2c953d-6ad4-46d1-b18e-7e5992d1d8a6", | |
"publisherId": "akamud.vscode-theme-onedark", | |
"publisherDisplayName": "akamud" | |
}, | |
"name": "vscode-theme-onedark", | |
"publisher": "akamud", | |
"version": "2.1.0" | |
} | |
] |
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 overwrite the defaults | |
[ | |
{ | |
"key": "cmd+y", | |
"command": "redo", | |
"when": "textInputFocus && !editorReadonly" | |
}, | |
{ | |
"key": "shift+cmd+z", | |
"command": "-redo", | |
"when": "textInputFocus && !editorReadonly" | |
}, | |
{ | |
"key": "f5", | |
"command": "sortLines.sortLines", | |
"when": "editorTextFocus" | |
}, | |
{ | |
"key": "f9", | |
"command": "-sortLines.sortLines", | |
"when": "editorTextFocus" | |
} | |
] |
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
{ | |
"workbench.editor.enablePreview": false, | |
"editor.minimap.enabled": false, | |
"editor.tabSize": 2, | |
"editor.fontSize": 16, | |
"window.zoomLevel": 1, | |
"editor.rulers": [80], | |
"workbench.colorTheme": "Atom One Dark", | |
"workbench.activityBar.visible": false, | |
"search.location": "panel", | |
"emmet.includeLanguages": { "javascript": "javascriptreact" }, | |
"sync.gist": "d52bbc974d3092354b0b94d90592e883", | |
"sync.host": "", | |
"sync.pathPrefix": "", | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.lastUpload": "2018-07-05T14:35:47.828Z", | |
"sync.lastDownload": "", | |
"sync.forceDownload": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment