const items = {
    yes: VSCodePreset.create(VSCodePreset.icons.check, 'Yes', 'Enable the history function.'),
    no:  VSCodePreset.create(VSCodePreset.icons.x,     'No',  'Disable the history function.'),
};