diff --git a/src/vs/editor/contrib/inlineCompletions/ghostTextWidget.ts b/src/vs/editor/contrib/inlineCompletions/ghostTextWidget.ts index 4d572bf361a..e3d22ae67bc 100644 --- a/src/vs/editor/contrib/inlineCompletions/ghostTextWidget.ts +++ b/src/vs/editor/contrib/inlineCompletions/ghostTextWidget.ts @@ -21,7 +21,6 @@ import { IModelDeltaDecoration } from 'vs/editor/common/model'; import { IThemeService, registerThemingParticipant } from 'vs/platform/theme/common/themeService'; import { editorSuggestPreviewBorder, editorSuggestPreviewOpacity } from 'vs/editor/common/view/editorColorRegistry'; import { RGBA, Color } from 'vs/base/common/color'; -import { MarkdownString } from 'vs/base/common/htmlContent'; import { CursorColumns } from 'vs/editor/common/controller/cursorCommon'; const ttPolicy = window.trustedTypes?.createPolicy('editorGhostText', { createHTML: value => value });