Skip to content

Instantly share code, notes, and snippets.

@ivandardi
Last active June 11, 2017 23:39
Show Gist options
  • Save ivandardi/d1d2dc75cf6d2fb17e8a77efa9a3f0ed to your computer and use it in GitHub Desktop.
Save ivandardi/d1d2dc75cf6d2fb17e8a77efa9a3f0ed to your computer and use it in GitHub Desktop.
Visual Studio Code Sync Settings Gist
{"lastUpload":"2017-06-11T23:39:17.444Z","extensionVersion":"v2.8.1"}
[
{
"metadata": {
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "901b401e-7657-4a33-8c9a-0854c569607e",
"publisherDisplayName": "HookyQR"
},
"name": "beautify",
"publisher": "HookyQR",
"version": "1.1.1"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "ac3a3342-db76-40ef-9277-4657632d3bfe",
"publisherDisplayName": "Shan Khan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.8.1"
},
{
"metadata": {
"id": "690b692e-e8a9-493f-b802-8089d50ac1b2",
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
"publisherDisplayName": "Microsoft"
},
"name": "cpptools",
"publisher": "ms-vscode",
"version": "0.11.4"
},
{
"metadata": {
"id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
"publisherId": "8ae75bda-ec22-4a17-9340-abf1a20beca9",
"publisherDisplayName": "zhuangtongfa"
},
"name": "Material-theme",
"publisher": "zhuangtongfa",
"version": "2.8.5"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "1ba8bd00-2ad1-4be0-a007-5b4b954c1ee7",
"publisherDisplayName": "Don Jayamanne"
},
"name": "python",
"publisher": "donjayamanne",
"version": "0.6.4"
},
{
"metadata": {
"id": "da00c08c-ff11-4cf3-b619-fdbd967d44c5",
"publisherId": "9369145d-06b2-4fd8-9739-1311c5cb16c8",
"publisherDisplayName": "kalitaalexey"
},
"name": "vscode-rust",
"publisher": "kalitaalexey",
"version": "0.3.14"
}
]
// Place your settings in this file to overwrite the default settings
{
"files.autoSave": "onFocusChange",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"workbench.welcome.enabled": false,
"workbench.colorTheme": "Solarized Dark",
"window.zoomLevel": 0,
"window.menuBarVisibility": "default",
"editor.renderWhitespace": "boundary",
"editor.rulers": [80, 100, 120],
"editor.renderControlCharacters": false,
"editor.renderIndentGuides": true,
"extensions.autoUpdate": true,
"terminal.integrated.shell.windows": "C:\\WINDOWS\\Sysnative\\bash.exe",
"C_Cpp.clang_format_fallbackStyle": "LLVM",
"C_Cpp.clang_format_sortIncludes": true,
"python.linting.pep8Enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": false,
"sync.gist": "d1d2dc75cf6d2fb17e8a77efa9a3f0ed",
"sync.autoUpload": false,
"sync.autoDownload": false,
"sync.lastUpload": "2017-05-10T02:19:39.867Z",
"sync.lastDownload": "2017-05-07T16:51:34.077Z",
"sync.quietSync": false,
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"rust.rls": {
"executable": "rustup",
"args": ["run", "nightly", "rls"],
"revealOutputChannelOn": "never"
},
"extensions.ignoreRecommendations": false
}
// Place your settings in this file to overwrite the default settings
{
"files.autoSave": "onFocusChange",
"editor.rulers": [80, 120],
"editor.formatOnPaste": true,
"extensions.autoUpdate": true,
"C_Cpp.clang_format_fallbackStyle": "LLVM",
"python.linting.pep8Enabled": true,
"sync.gist": "0f94536f8a7e10235c12dcffeed1b2b2",
"sync.autoUpload": true,
"sync.autoDownload": true,
"sync.lastUpload": "2017-02-27T06:24:23.616Z",
"sync.lastDownload": "1970-01-01T00:00:00.000Z",
"sync.version": 251,
"sync.showSummary": true,
"sync.forceDownload": false,
"sync.anonymousGist": false
}
{"version":"7.6.0","status":2,"welcomeShown":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment