提交 eedf49f6 编写于 作者: J Joao Moreno

Revert "workaround for #74934"

This reverts commit 6507e427.
上级 6507e427
......@@ -22,7 +22,6 @@ import { OutlineConfigKeys } from 'vs/editor/contrib/documentSymbols/outline';
import { MarkerSeverity } from 'vs/platform/markers/common/markers';
import { IThemeService } from 'vs/platform/theme/common/themeService';
import { listErrorForeground, listWarningForeground } from 'vs/platform/theme/common/colorRegistry';
import { KeyCode } from 'vs/base/common/keyCodes';
export type OutlineItem = OutlineGroup | OutlineElement;
......@@ -39,7 +38,7 @@ export class OutlineNavigationLabelProvider implements IKeyboardNavigationLabelP
}
mightProducePrintableCharacter(event: IKeyboardEvent): boolean {
return event.keyCode !== KeyCode.Escape && this._keybindingService.mightProducePrintableCharacter(event);
return this._keybindingService.mightProducePrintableCharacter(event);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册