in extension.js [52:63]
constructor(updateSetting, editorConfig) {
this.updateSetting = updateSetting;
this.editorConfig = editorConfig;
this.messages = {
yes: 'Yes',
no: 'No',
learnMore: 'Learn More',
prompt: 'New features are available for Atom Keymap 3.0. Do you want to enable the new features?',
noChange: 'Atom Keymap: New features have not been enabled.',
change: 'Atom Keymap: New features have been added.',
};
}