Create editor groups from ViewColumn as needed (refs #123270) (#157640)

* make `createTextEditor` async and create editor groups (refs #123270)

* API docs update
This commit is contained in:
Benjamin Pasero
2022-08-10 06:51:07 +02:00
committed by GitHub
parent 0eac052eb7
commit dced70bbf3
15 changed files with 80 additions and 62 deletions

View File

@@ -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(),
);
});