mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
debt: move extHostStatusBar to common
This commit is contained in:
@@ -23,7 +23,6 @@ import * as vscode from 'vscode';
|
||||
import {WordHelper} from 'vs/editor/common/model/textModelWithTokensHelpers';
|
||||
import {IFileService} from 'vs/platform/files/common/files';
|
||||
import {IUntitledEditorService} from 'vs/workbench/services/untitled/browser/untitledEditorService';
|
||||
import {UntitledEditorModel} from 'vs/workbench/browser/parts/editor/untitledEditorModel';
|
||||
|
||||
export interface IModelAddedData {
|
||||
url: URI;
|
||||
|
||||
Reference in New Issue
Block a user