1
>
/*---------------------------------------------------------------------------------------------
actions.ts
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
>
6
>
// allow-any-unicode-comment-file
7
>
// DO NOT EDIT -- auto-generated by scripts/sync-agent-host-protocol.ts
8
>
9
>
export * from './common/actions.js';
10
>
export * from './channels-root/actions.js';
11
>
export * from './channels-session/actions.js';
12
>
export * from './channels-chat/actions.js';
13
>
export * from './channels-terminal/actions.js';
14
>
export * from './channels-changeset/actions.js';
15
>
export * from './channels-annotations/actions.js';
16
>
export * from './channels-resource-watch/actions.js';