提交 1184a25b 编写于 作者: M meganrogge

delete z for testing purposes

上级 80f91730
......@@ -558,7 +558,7 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
];
// for keyboard events that resolve to commands described
// within commandsToSkipShell, either alert or skip processing by xterm.js of
// within commandsToSkipShell, either alert or skip processing by xterm.js
if (resolveResult && this._skipTerminalCommands.some(k => k === resolveResult.commandId) && !this._configHelper.config.sendToShell) {
if (this._storageService.getBoolean(SHOW_TERMINAL_CONFIG_PROMPT, StorageScope.GLOBAL, true)) {
this._notificationService.prompt(
......@@ -571,11 +571,6 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
return false;
}
// TODO: delete - used as reset for testing purposes
if (event.key === 'z') {
this._storageService.store(SHOW_TERMINAL_CONFIG_PROMPT, true, StorageScope.GLOBAL, StorageTarget.USER);
}
// Skip processing by xterm.js of keyboard events that match menu bar mnemonics
if (this._configHelper.config.allowMnemonics && !platform.isMacintosh && event.altKey) {
return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册