mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
* make `createTextEditor` async and create editor groups (refs #123270) * API docs update
This commit is contained in:
@@ -34,7 +34,6 @@ import { LanguageService } from 'vs/editor/common/services/languageService';
|
||||
import { DisposableStore } from 'vs/base/common/lifecycle';
|
||||
import { LanguageFeatureDebounceService } from 'vs/editor/common/services/languageFeatureDebounce';
|
||||
import { LanguageFeaturesService } from 'vs/editor/common/services/languageFeaturesService';
|
||||
import { TestInstantiationService } from 'vs/platform/instantiation/test/common/instantiationServiceMock';
|
||||
|
||||
suite('MainThreadDocumentsAndEditors', () => {
|
||||
|
||||
@@ -121,7 +120,7 @@ suite('MainThreadDocumentsAndEditors', () => {
|
||||
}
|
||||
},
|
||||
new TestPathService(),
|
||||
new TestInstantiationService(),
|
||||
new TestConfigurationService(),
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user