missing change after rename

This commit is contained in:
Johannes Rieken
2015-12-21 13:40:26 +01:00
parent a066421a78
commit dfaa347b1b

View File

@@ -23,7 +23,7 @@ import {ExtHostLanguages} from 'vs/workbench/api/common/extHostLanguages';
import {ExtHostLanguageFeatures} from 'vs/workbench/api/common/extHostLanguageFeatures';
import {ExtHostApiCommands} from 'vs/workbench/api/common/extHostApiCommands';
import * as extHostTypes from 'vs/workbench/api/common/extHostTypes';
import 'vs/workbench/api/common/pluginHostTypes.marshalling';
import 'vs/workbench/api/common/extHostTypes.marshalling';
import * as TypeConverters from 'vs/workbench/api/common/extHostTypeConverters';
import {wrapAsWinJSPromise} from 'vs/base/common/async';
import Modes = require('vs/editor/common/modes');