Skip to content

Commit 049bb8a

Browse files
committed
fix package
1 parent 689b66a commit 049bb8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,17 @@
101101
},
102102
"settings-repository.autoSyncMode": {
103103
"markdownDescription": "Determines the auto sync behavior, requires `#settings-repository.autoSync#` to be enabled.",
104-
"type": "boolean",
104+
"type": "string",
105105
"order": 3,
106106
"enum": [
107107
"Full Sync",
108108
"Import Only",
109109
"Export Only"
110110
],
111111
"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"
112+
"Always pull and push changes to repository",
113+
"Only pull settings from repository",
114+
"Only push settings to repository"
115115
],
116116
"default": "Full Sync"
117117
},

0 commit comments

Comments
 (0)