Path: blob/main/extensions/copilot/src/util/vs/base/common/marshallingIds.ts
13405 views
//!!! DO NOT modify, this file was COPIED from 'microsoft/vscode'12/*---------------------------------------------------------------------------------------------3* Copyright (c) Microsoft Corporation. All rights reserved.4* Licensed under the MIT License. See License.txt in the project root for license information.5*--------------------------------------------------------------------------------------------*/67export const enum MarshalledId {8Uri = 1,9Regexp,10ScmResource,11ScmResourceGroup,12ScmProvider,13CommentController,14CommentThread,15CommentThreadInstance,16CommentThreadReply,17CommentNode,18CommentThreadNode,19TimelineActionContext,20NotebookCellActionContext,21NotebookActionContext,22TerminalContext,23TestItemContext,24Date,25TestMessageMenuArgs,26ChatViewContext,27LanguageModelToolResult,28LanguageModelTextPart,29LanguageModelThinkingPart,30LanguageModelPromptTsxPart,31LanguageModelDataPart,32AgentSessionContext,33ChatResponsePullRequestPart,34}353637