debt: move extHostStatusBar to common

This commit is contained in:
Benjamin Pasero
2015-12-21 18:36:40 +01:00
parent b2cbd89d82
commit acd6a190c3
9 changed files with 16 additions and 17 deletions

View File

@@ -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;