} else if (category.value === 'unset') {
        await context.globalState.update(DEFAULT_CATEGORY, '')
        vscode.window.showInformationMessage('Successfully unset default category')
      } else {
        await context.globalState.update(DEFAULT_CATEGORY, category)