Created
April 8, 2018 12:23
-
-
Save Grax32/6c485e8debb25d23dd25e1a9111e090d to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
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-04-08T12:22:32.382Z","extensionVersion":"v2.9.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
| [ | |
| { | |
| "metadata": { | |
| "id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
| "publisherId": "Shan.code-settings-sync", | |
| "publisherDisplayName": "Shan" | |
| }, | |
| "name": "code-settings-sync", | |
| "publisher": "Shan", | |
| "version": "2.9.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "d0bfc4ab-1d3a-4487-8782-7cf6027b4fff", | |
| "publisherId": "ms-vscode.csharp", | |
| "publisherDisplayName": "ms-vscode" | |
| }, | |
| "name": "csharp", | |
| "publisher": "ms-vscode", | |
| "version": "1.14.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd", | |
| "publisherId": "msjsdiag.debugger-for-chrome", | |
| "publisherDisplayName": "msjsdiag" | |
| }, | |
| "name": "debugger-for-chrome", | |
| "publisher": "msjsdiag", | |
| "version": "4.3.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "2bba45f2-4a48-41a6-bb86-d6ba5ab29a9f", | |
| "publisherId": "felipecaputo.git-project-manager", | |
| "publisherDisplayName": "felipecaputo" | |
| }, | |
| "name": "git-project-manager", | |
| "publisher": "felipecaputo", | |
| "version": "1.5.1" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "5960f38e-0bbe-4644-8f9c-9c8824e82511", | |
| "publisherId": "donjayamanne.githistory", | |
| "publisherDisplayName": "donjayamanne" | |
| }, | |
| "name": "githistory", | |
| "publisher": "donjayamanne", | |
| "version": "0.4.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "4de763bd-505d-4978-9575-2b7696ecf94e", | |
| "publisherId": "eamodio.gitlens", | |
| "publisherDisplayName": "eamodio" | |
| }, | |
| "name": "gitlens", | |
| "publisher": "eamodio", | |
| "version": "8.2.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "7b71fc1b-190d-4f7d-95d1-93e422649b0a", | |
| "publisherId": "Zignd.html-css-class-completion", | |
| "publisherDisplayName": "Zignd" | |
| }, | |
| "name": "html-css-class-completion", | |
| "publisher": "Zignd", | |
| "version": "1.17.1" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "4bf45e86-a448-4531-8c01-ef33f4536306", | |
| "publisherId": "ms-mssql.mssql", | |
| "publisherDisplayName": "ms-mssql" | |
| }, | |
| "name": "mssql", | |
| "publisher": "ms-mssql", | |
| "version": "1.3.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "40d39ce9-c381-47a0-80c8-a6661f731eab", | |
| "publisherId": "ms-vscode.PowerShell", | |
| "publisherDisplayName": "ms-vscode" | |
| }, | |
| "name": "PowerShell", | |
| "publisher": "ms-vscode", | |
| "version": "1.6.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90", | |
| "publisherId": "esbenp.prettier-vscode", | |
| "publisherDisplayName": "esbenp" | |
| }, | |
| "name": "prettier-vscode", | |
| "publisher": "esbenp", | |
| "version": "1.2.2" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "513cf511-3894-4ee2-8c34-13ab83ddfd37", | |
| "publisherId": "eg2.tslint", | |
| "publisherDisplayName": "eg2" | |
| }, | |
| "name": "tslint", | |
| "publisher": "eg2", | |
| "version": "1.0.28" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757", | |
| "publisherId": "eg2.vscode-npm-script", | |
| "publisherDisplayName": "eg2" | |
| }, | |
| "name": "vscode-npm-script", | |
| "publisher": "eg2", | |
| "version": "0.3.3" | |
| } | |
| ] |
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+k ctrl+d", | |
| "command": "editor.action.formatDocument", | |
| "when": "editorTextFocus && !editorReadonly" | |
| }, | |
| { | |
| "key": "shift+alt+f", | |
| "command": "-editor.action.formatDocument", | |
| "when": "editorTextFocus && !editorReadonly" | |
| } | |
| ] |
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
| { | |
| "workbench.colorTheme": "Visual Studio Light", | |
| "editor.minimap.enabled": false, | |
| "git.enableSmartCommit": true, | |
| "prettier.singleQuote": true, | |
| "editor.formatOnSave": true, | |
| "editor.formatOnPaste": true, | |
| "gitlens.advanced.messages": { | |
| "suppressCommitHasNoPreviousCommitWarning": false, | |
| "suppressCommitNotFoundWarning": false, | |
| "suppressFileNotUnderSourceControlWarning": false, | |
| "suppressGitVersionWarning": false, | |
| "suppressLineUncommittedWarning": false, | |
| "suppressNoRepositoryWarning": false, | |
| "suppressResultsExplorerNotice": false, | |
| "suppressShowKeyBindingsNotice": true | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment