context - track InputFocusedContext from platform (#267955)

* context - track `InputFocusedContext` from `platform`

* dispose contextkeyservice
This commit is contained in:
Benjamin Pasero
2025-09-23 15:58:12 +02:00
committed by GitHub
parent 95d5e4a7c4
commit 274e4772c6
4 changed files with 48 additions and 51 deletions

View File

@@ -61,7 +61,7 @@ suite('debugConfigurationManager', () => {
new TestExtensionService(),
new TestHistoryService(),
new UriIdentityService(fileService),
new ContextKeyService(configurationService),
disposables.add(new ContextKeyService(configurationService)),
new NullLogService());
});