mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
context - track InputFocusedContext from platform (#267955)
* context - track `InputFocusedContext` from `platform` * dispose contextkeyservice
This commit is contained in:
@@ -61,7 +61,7 @@ suite('debugConfigurationManager', () => {
|
||||
new TestExtensionService(),
|
||||
new TestHistoryService(),
|
||||
new UriIdentityService(fileService),
|
||||
new ContextKeyService(configurationService),
|
||||
disposables.add(new ContextKeyService(configurationService)),
|
||||
new NullLogService());
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user