mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
extract marshalling id into its own file and untable uri from it, https://github.com/microsoft/vscode/issues/142476
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user