Skip to content

Instantly share code, notes, and snippets.

@jblyberg
Last active November 18, 2019 14:54
Show Gist options
  • Save jblyberg/6c8ef3b463b36ce85345c09450f6a1de to your computer and use it in GitHub Desktop.
Save jblyberg/6c8ef3b463b36ce85345c09450f6a1de to your computer and use it in GitHub Desktop.
VSCode sync settings global config. Goes in ~/Library/Application Support/Code/User
{
"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