extract marshalling id into its own file and untable uri from it, https://github.com/microsoft/vscode/issues/142476

This commit is contained in:
Johannes Rieken
2022-02-22 12:38:57 +01:00
parent de157c98ff
commit daf029dfac
24 changed files with 47 additions and 39 deletions

View File

@@ -14,7 +14,7 @@ import { CommandsConverter, ExtHostCommands } from 'vs/workbench/api/common/extH
import { ThemeIcon, MarkdownString as MarkdownStringType } from 'vs/workbench/api/common/extHostTypes';
import { MarkdownString } from 'vs/workbench/api/common/extHostTypeConverters';
import { ExtensionIdentifier } from 'vs/platform/extensions/common/extensions';
import { MarshalledId } from 'vs/base/common/marshalling';
import { MarshalledId } from 'vs/base/common/marshallingIds';
import { isString } from 'vs/base/common/types';
export interface IExtHostTimeline extends ExtHostTimelineShape {