Skip to content

Commit 3634912

Browse files
committed
Prefer import type in web.api
1 parent 9d55766 commit 3634912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/browser/web.api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import type { TunnelProviderFeatures } from 'vs/platform/tunnel/common/tunnel';
1717
import type { IProgress, IProgressCompositeOptions, IProgressDialogOptions, IProgressNotificationOptions, IProgressOptions, IProgressStep, IProgressWindowOptions } from 'vs/platform/progress/common/progress';
1818
import type { ITextEditorOptions } from 'vs/platform/editor/common/editor';
1919
import type { EditorGroupLayout } from 'vs/workbench/services/editor/common/editorGroupsService';
20-
import { IEmbedderTerminalOptions } from 'vs/workbench/services/terminal/common/embedderTerminalService';
20+
import type { IEmbedderTerminalOptions } from 'vs/workbench/services/terminal/common/embedderTerminalService';
2121

2222
/**
2323
* The `IWorkbench` interface is the API facade for web embedders

0 commit comments

Comments
 (0)