export async function r2p(context: ExtensionContext, settings: ExtensionSetting): Promise<void> {
    const state = {
        title:      'Unit Converter - REM to PX',
        itemId:     'convert',
        totalSteps: 1,