1/*--------------------------------------------------------------------------------------------- 2 * Copyright (c) Microsoft Corporation. All rights reserved. 3 * Licensed under the MIT License. See License.txt in the project root for license information. 4 *--------------------------------------------------------------------------------------------*/ 5 6import { registerAction2 } from '../../../../platform/actions/common/actions.js'; 7import { HoldToSpeak } from './inlineChatActions.js'; 8 9// start and hold for voice 10 11registerAction2(HoldToSpeak); 12 13