Skip to content

Instantly share code, notes, and snippets.

@oteroweb
Created August 22, 2019 09:01
Show Gist options
  • Save oteroweb/82f4d88aed2ab461c45a2af43e9a6027 to your computer and use it in GitHub Desktop.
Save oteroweb/82f4d88aed2ab461c45a2af43e9a6027 to your computer and use it in GitHub Desktop.
vscode sync
{
"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"
],
"ignoreExtensions": [],
"gistDescription": "Visual Studio Code Settings Sync Gist",
"version": 342,
"token": "65fbf06d24e5d47e5950db44690d68f41489a6d1",
"downloadPublicGist": true,
"supportedFileExtensions": [
"json",
"code-snippets"
],
"openTokenLink": true,
"disableUpdateMessage": false,
"lastUpload": null,
"lastDownload": null,
"githubEnterpriseUrl": null,
"askGistName": 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