Skip to content

Instantly share code, notes, and snippets.

@rnmp
Created February 18, 2018 03:23
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 rnmp/74c16b1290fffe394d55deffecf7e011 to your computer and use it in GitHub Desktop.
Save rnmp/74c16b1290fffe394d55deffecf7e011 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-02-18T03:24:11.868Z","extensionVersion":"v2.8.7"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.8.7"
},
{
"metadata": {
"id": "690b692e-e8a9-493f-b802-8089d50ac1b2",
"publisherId": "ms-vscode.cpptools",
"publisherDisplayName": "ms-vscode"
},
"name": "cpptools",
"publisher": "ms-vscode",
"version": "0.15.0"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "8.0.0"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2018.1.0"
},
{
"metadata": {
"id": "45cf15f1-1616-44f2-b9f4-34c77af2dce4",
"publisherId": "groksrc.ruby",
"publisherDisplayName": "groksrc"
},
"name": "ruby",
"publisher": "groksrc",
"version": "0.0.6"
},
{
"metadata": {
"id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d",
"publisherId": "rebornix.Ruby",
"publisherDisplayName": "rebornix"
},
"name": "Ruby",
"publisher": "rebornix",
"version": "0.16.0"
},
{
"metadata": {
"id": "3acfcc8d-a050-4675-8e49-cdc9f8945404",
"publisherId": "naumovs.theme-oceanicnext",
"publisherDisplayName": "naumovs"
},
"name": "theme-oceanicnext",
"publisher": "naumovs",
"version": "0.0.4"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.4.5"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+j",
"command": "editor.action.joinLines"
},
{
"key": "ctrl+shift+w",
"command": "-workbench.action.closeWindow"
},
{
"key": "ctrl+shift+w",
"command": "editor.emmet.action.wrapWithAbbreviation"
}
]
// Place your settings in this file to overwrite the default settings
{
"workbench.colorTheme": "Oceanic Next",
"window.zoomLevel": 0,
"workbench.sideBar.location": "right",
"workbench.activityBar.visible": true,
"editor.minimap.enabled": false,
"git.ignoreMissingGitWarning": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact",
},
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"sync.gist": "",
"sync.lastUpload": "2018-02-18T03:23:19.371Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
// "terminal.integrated.shell.windows": "C:\\Windows\\sysnative\\bash.exe",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment