提交 91aaf392 编写于 作者: A Alex Dima

Move modelBuilder up to /workbench/

上级 829ab904
......@@ -22,7 +22,7 @@ import { ITelemetryService } from 'vs/platform/telemetry/common/telemetry';
import { IConfigurationService } from 'vs/platform/configuration/common/configuration';
import { IModeService } from 'vs/editor/common/services/modeService';
import { IWindowIPCService } from 'vs/workbench/services/window/electron-browser/windowService';
import { ModelBuilder } from 'vs/editor/node/model/modelBuilder';
import { ModelBuilder } from 'vs/workbench/services/textfile/electron-browser/modelBuilder';
import product from 'vs/platform/node/product';
import { IEnvironmentService } from 'vs/platform/environment/common/environment';
import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation';
......
......@@ -5,7 +5,7 @@
'use strict';
import * as assert from 'assert';
import { ModelBuilder, computeHash } from 'vs/editor/node/model/modelBuilder';
import { ModelBuilder, computeHash } from 'vs/workbench/services/textfile/electron-browser/modelBuilder';
import { ITextModelCreationOptions } from 'vs/editor/common/editorCommon';
import { TextModel } from 'vs/editor/common/model/textModel';
import * as strings from 'vs/base/common/strings';
......
......@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
'use strict';
import { testModelBuilder, testDifferentHash } from 'vs/editor/test/node/model/modelBuilder.test';
import { testModelBuilder, testDifferentHash } from './modelBuilder.test';
import { CharCode } from 'vs/base/common/charCode';
const GENERATE_TESTS = false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册