Last active
June 13, 2018 15:12
-
-
Save alanstevens/bfd9ead132dfa5c476d3674365ec23f0 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-06-13T15:12:34.579Z","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": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
"publisherId": "Shan.code-settings-sync", | |
"publisherDisplayName": "Shan" | |
}, | |
"name": "code-settings-sync", | |
"publisher": "Shan", | |
"version": "2.9.2" | |
}, | |
{ | |
"metadata": { | |
"id": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7", | |
"publisherId": "streetsidesoftware.code-spell-checker", | |
"publisherDisplayName": "streetsidesoftware" | |
}, | |
"name": "code-spell-checker", | |
"publisher": "streetsidesoftware", | |
"version": "1.6.10" | |
}, | |
{ | |
"metadata": { | |
"id": "d0bfc4ab-1d3a-4487-8782-7cf6027b4fff", | |
"publisherId": "ms-vscode.csharp", | |
"publisherDisplayName": "ms-vscode" | |
}, | |
"name": "csharp", | |
"publisher": "ms-vscode", | |
"version": "1.15.2" | |
}, | |
{ | |
"metadata": { | |
"id": "4de763bd-505d-4978-9575-2b7696ecf94e", | |
"publisherId": "eamodio.gitlens", | |
"publisherDisplayName": "eamodio" | |
}, | |
"name": "gitlens", | |
"publisher": "eamodio", | |
"version": "8.3.5" | |
}, | |
{ | |
"metadata": { | |
"id": "34e8730b-9399-4a96-9fee-6031960e2351", | |
"publisherId": "gerane.Theme-IRBlack", | |
"publisherDisplayName": "gerane" | |
}, | |
"name": "Theme-IRBlack", | |
"publisher": "gerane", | |
"version": "0.0.2" | |
}, | |
{ | |
"metadata": { | |
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03", | |
"publisherId": "vscodevim.vim", | |
"publisherDisplayName": "vscodevim" | |
}, | |
"name": "vim", | |
"publisher": "vscodevim", | |
"version": "0.12.0" | |
}, | |
{ | |
"metadata": { | |
"id": "ccf9294f-f78f-429a-8856-387624db2432", | |
"publisherId": "hnw.vscode-auto-open-markdown-preview", | |
"publisherDisplayName": "hnw" | |
}, | |
"name": "vscode-auto-open-markdown-preview", | |
"publisher": "hnw", | |
"version": "0.0.4" | |
} | |
] |
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
// 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
{ | |
"sync.gist": "bfd9ead132dfa5c476d3674365ec23f0", | |
// Controls the font size in pixels. | |
"editor.fontSize": 14, | |
// Controls the font family. | |
"editor.fontFamily": "hack nerd font mono", | |
// Use system clipboard for unnamed register. | |
"vim.useSystemClipboard": true, | |
"workbench.colorTheme": "Visual Studio Dark", | |
"cSpell.userWords": [ | |
"chocolatey", | |
"intelli", | |
"j", | |
"resharper", | |
"vsvim", | |
"xcode" | |
], | |
"gitlens.advanced.messages": { | |
"suppressCommitHasNoPreviousCommitWarning": false, | |
"suppressCommitNotFoundWarning": false, | |
"suppressFileNotUnderSourceControlWarning": false, | |
"suppressGitVersionWarning": false, | |
"suppressLineUncommittedWarning": false, | |
"suppressNoRepositoryWarning": false, | |
"suppressResultsExplorerNotice": false, | |
"suppressShowKeyBindingsNotice": true, | |
"suppressUpdateNotice": true, | |
"suppressWelcomeNotice": true | |
}, | |
"gitlens.keymap": "chorded", | |
"sync.host": "", | |
"sync.pathPrefix": "", | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.lastUpload": "", | |
"sync.lastDownload": "", | |
"sync.forceDownload": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment