Created
August 22, 2019 09:01
-
-
Save oteroweb/82f4d88aed2ab461c45a2af43e9a6027 to your computer and use it in GitHub Desktop.
vscode sync
This file contains hidden or 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" | |
], | |
"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