|
99 | 99 | "command": "dates-le.help", |
100 | 100 | "title": "%manifest.command.help.title%", |
101 | 101 | "category": "%manifest.command.category%" |
| 102 | + }, |
| 103 | + { |
| 104 | + "command": "dates-le.settings.export", |
| 105 | + "title": "%manifest.command.settings.export.title%", |
| 106 | + "category": "%manifest.command.category%" |
| 107 | + }, |
| 108 | + { |
| 109 | + "command": "dates-le.settings.import", |
| 110 | + "title": "%manifest.command.settings.import.title%", |
| 111 | + "category": "%manifest.command.category%" |
| 112 | + }, |
| 113 | + { |
| 114 | + "command": "dates-le.settings.reset", |
| 115 | + "title": "%manifest.command.settings.reset.title%", |
| 116 | + "category": "%manifest.command.category%" |
102 | 117 | } |
103 | 118 | ], |
104 | 119 | "keybindings": [ |
|
132 | 147 | }, |
133 | 148 | { |
134 | 149 | "command": "dates-le.help" |
| 150 | + }, |
| 151 | + { |
| 152 | + "command": "dates-le.settings.export" |
| 153 | + }, |
| 154 | + { |
| 155 | + "command": "dates-le.settings.import" |
| 156 | + }, |
| 157 | + { |
| 158 | + "command": "dates-le.settings.reset" |
135 | 159 | } |
136 | 160 | ] |
137 | 161 | }, |
|
291 | 315 | "default": 1000, |
292 | 316 | "minimum": 100, |
293 | 317 | "description": "%manifest.settings.performance.max-cache.desc%" |
| 318 | + }, |
| 319 | + "dates-le.keyboard.shortcuts.enabled": { |
| 320 | + "type": "boolean", |
| 321 | + "default": true, |
| 322 | + "description": "%manifest.settings.keyboard.shortcuts.enabled.desc%" |
| 323 | + }, |
| 324 | + "dates-le.keyboard.extractShortcut": { |
| 325 | + "type": "string", |
| 326 | + "default": "ctrl+alt+d", |
| 327 | + "description": "%manifest.settings.keyboard.extract.shortcut.desc%" |
| 328 | + }, |
| 329 | + "dates-le.keyboard.convertShortcut": { |
| 330 | + "type": "string", |
| 331 | + "default": "ctrl+alt+v", |
| 332 | + "description": "%manifest.settings.keyboard.convert.shortcut.desc%" |
| 333 | + }, |
| 334 | + "dates-le.keyboard.analyzeShortcut": { |
| 335 | + "type": "string", |
| 336 | + "default": "ctrl+alt+a", |
| 337 | + "description": "%manifest.settings.keyboard.analyze.shortcut.desc%" |
| 338 | + }, |
| 339 | + "dates-le.presets.enabled": { |
| 340 | + "type": "boolean", |
| 341 | + "default": true, |
| 342 | + "description": "%manifest.settings.presets.enabled.desc%" |
| 343 | + }, |
| 344 | + "dates-le.presets.defaultPreset": { |
| 345 | + "type": "string", |
| 346 | + "default": "balanced", |
| 347 | + "enum": [ |
| 348 | + "minimal", |
| 349 | + "balanced", |
| 350 | + "comprehensive", |
| 351 | + "performance", |
| 352 | + "timezone" |
| 353 | + ], |
| 354 | + "enumDescriptions": [ |
| 355 | + "%manifest.settings.presets.default.option.minimal%", |
| 356 | + "%manifest.settings.presets.default.option.balanced%", |
| 357 | + "%manifest.settings.presets.default.option.comprehensive%", |
| 358 | + "%manifest.settings.presets.default.option.performance%", |
| 359 | + "%manifest.settings.presets.default.option.timezone%" |
| 360 | + ], |
| 361 | + "description": "%manifest.settings.presets.default.desc%" |
294 | 362 | } |
295 | 363 | } |
296 | 364 | } |
|
0 commit comments