We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689b66a commit 049bb8aCopy full SHA for 049bb8a
package.json
@@ -101,17 +101,17 @@
101
},
102
"settings-repository.autoSyncMode": {
103
"markdownDescription": "Determines the auto sync behavior, requires `#settings-repository.autoSync#` to be enabled.",
104
- "type": "boolean",
+ "type": "string",
105
"order": 3,
106
"enum": [
107
"Full Sync",
108
"Import Only",
109
"Export Only"
110
],
111
"enumDescriptions": [
112
- "$(repo-sync) Always pull and push changes to repository",
113
- "$(repo-pull) Only pull settings from repository",
114
- "$(repo-push) Only push settings to repository"
+ "Always pull and push changes to repository",
+ "Only pull settings from repository",
+ "Only push settings to repository"
115
116
"default": "Full Sync"
117
0 commit comments