Last active
November 18, 2019 14:54
-
-
Save jblyberg/6c8ef3b463b36ce85345c09450f6a1de to your computer and use it in GitHub Desktop.
VSCode sync settings global config. Goes in ~/Library/Application Support/Code/User
This file contains 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
{ | |
"ignoreUploadFiles": [ | |
"state.*", | |
"syncLocalSettings.json", | |
".DS_Store", | |
"sync.lock", | |
"projects.json", | |
"projects_cache_vscode.json", | |
"projects_cache_git.json", | |
"projects_cache_svn.json", | |
"gpm_projects.json", | |
"gpm-recentItems.json" | |
], | |
"ignoreUploadFolders": [ | |
"workspaceStorage" | |
], | |
"ignoreUploadSettings": ["editor.fontSize"], | |
"ignoreExtensions": [], | |
"gistDescription": "Visual Studio Code Settings Sync Gist", | |
"version": 343, | |
"token": "tokengoeshere", | |
"downloadPublicGist": false, | |
"supportedFileExtensions": [ | |
"json", | |
"code-snippets" | |
], | |
"openTokenLink": true, | |
"disableUpdateMessage": false, | |
"lastUpload": "2019-11-17T21:57:02.363Z", | |
"lastDownload": "2019-11-17T22:37:33.638Z", | |
"githubEnterpriseUrl": null, | |
"askGistDescription": false, | |
"customFiles": {}, | |
"hostName": null, | |
"universalKeybindings": false, | |
"autoUploadDelay": 20 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment