Last active
August 28, 2018 05:53
-
-
Save gbrunow/04ab14fd89fa4f8155eae4678f0939e0 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
[ | |
{ | |
"id": "adamvoss.vscode-languagetool", | |
"uuid": "", | |
"name": "vscode-languagetool", | |
"publisher": "adamvoss", | |
"version": "3.8.0" | |
}, | |
{ | |
"id": "adamvoss.vscode-languagetool-en", | |
"uuid": "", | |
"name": "vscode-languagetool-en", | |
"publisher": "adamvoss", | |
"version": "3.8.0" | |
}, | |
{ | |
"id": "christian-kohler.path-intellisense", | |
"uuid": "", | |
"name": "path-intellisense", | |
"publisher": "christian-kohler", | |
"version": "1.4.2" | |
}, | |
{ | |
"id": "coenraads.bracket-pair-colorizer", | |
"uuid": "", | |
"name": "bracket-pair-colorizer", | |
"publisher": "coenraads", | |
"version": "1.0.59" | |
}, | |
{ | |
"id": "davidanson.vscode-markdownlint", | |
"uuid": "", | |
"name": "vscode-markdownlint", | |
"publisher": "davidanson", | |
"version": "0.20.0" | |
}, | |
{ | |
"id": "dbaeumer.jshint", | |
"uuid": "", | |
"name": "jshint", | |
"publisher": "dbaeumer", | |
"version": "0.10.19" | |
}, | |
{ | |
"id": "dbaeumer.vscode-eslint", | |
"uuid": "", | |
"name": "vscode-eslint", | |
"publisher": "dbaeumer", | |
"version": "1.5.0" | |
}, | |
{ | |
"id": "eg2.tslint", | |
"uuid": "513cf511-3894-4ee2-8c34-13ab83ddfd37", | |
"name": "tslint", | |
"publisher": "eg2", | |
"version": "1.0.38" | |
}, | |
{ | |
"id": "hookyqr.beautify", | |
"uuid": "697255a9-3f36-44c8-b084-d3b91edfb23a", | |
"name": "beautify", | |
"publisher": "hookyqr", | |
"version": "1.3.2" | |
}, | |
{ | |
"id": "infinity1207.angular2-switcher", | |
"uuid": "", | |
"name": "angular2-switcher", | |
"publisher": "infinity1207", | |
"version": "0.1.9" | |
}, | |
{ | |
"id": "jakethashi.vscode-angular2-emmet", | |
"uuid": "", | |
"name": "vscode-angular2-emmet", | |
"publisher": "jakethashi", | |
"version": "2.0.3" | |
}, | |
{ | |
"id": "mikael.angular-beastcode", | |
"uuid": "", | |
"name": "angular-beastcode", | |
"publisher": "mikael", | |
"version": "6.2.15" | |
}, | |
{ | |
"id": "ms-python.python", | |
"uuid": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5", | |
"name": "python", | |
"publisher": "ms-python", | |
"version": "2018.7.1" | |
}, | |
{ | |
"id": "msjsdiag.debugger-for-chrome", | |
"uuid": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd", | |
"name": "debugger-for-chrome", | |
"publisher": "msjsdiag", | |
"version": "4.8.2" | |
}, | |
{ | |
"id": "nonoroazoro.syncing", | |
"uuid": "e7db78ad-ac9f-4919-99bb-3627e07b6d1f", | |
"name": "syncing", | |
"publisher": "nonoroazoro", | |
"version": "1.8.1" | |
}, | |
{ | |
"id": "quicktype.quicktype", | |
"uuid": "", | |
"name": "quicktype", | |
"publisher": "quicktype", | |
"version": "12.0.40" | |
}, | |
{ | |
"id": "rbbit.typescript-hero", | |
"uuid": "", | |
"name": "typescript-hero", | |
"publisher": "rbbit", | |
"version": "2.3.2" | |
}, | |
{ | |
"id": "shan.code-settings-sync", | |
"uuid": "", | |
"name": "code-settings-sync", | |
"publisher": "shan", | |
"version": "3.1.0" | |
}, | |
{ | |
"id": "shyykoserhiy.vscode-spotify", | |
"uuid": "", | |
"name": "vscode-spotify", | |
"publisher": "shyykoserhiy", | |
"version": "2.6.0" | |
}, | |
{ | |
"id": "vilicvane.es-quotes", | |
"uuid": "4cf94800-a066-464e-a4e0-97f2927ebca2", | |
"name": "es-quotes", | |
"publisher": "vilicvane", | |
"version": "0.2.6" | |
}, | |
{ | |
"id": "zignd.html-css-class-completion", | |
"uuid": "", | |
"name": "html-css-class-completion", | |
"publisher": "zignd", | |
"version": "1.17.1" | |
} | |
] |
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
// Place your key bindings in this file to overwrite the defaults | |
[ | |
{ | |
"key": "ctrl+d", | |
"command": "-editor.action.addSelectionToNextFindMatch", | |
"when": "editorFocus" | |
}, | |
{ | |
"key": "ctrl+d", | |
"command": "editor.action.deleteLines", | |
"when": "textInputFocus && !editorReadonly" | |
}, | |
{ | |
"key": "ctrl+shift+k", | |
"command": "-editor.action.deleteLines", | |
"when": "textInputFocus && !editorReadonly" | |
}, | |
{ | |
"key": "ctrl+oem_7", | |
"command": "esQuotes.transformBetweenSingleDoubleQuotes" | |
} | |
] |
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
{ | |
// "window.menuBarVisibility": "toggle", | |
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\wsl.exe", | |
"editor.formatOnPaste": true, | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.emptySelectionClipboard": false, | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"window.zoomLevel": 0, | |
"languageTool.language": "en", | |
"sync.gist": "f559a466cfaf54d4af07e18bc6bd3cfc", | |
"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-08-20T21:50:37.457Z", | |
"sync.lastDownload": "", | |
"sync.forceDownload": false, | |
"editor.minimap.enabled": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment