From afbc43f81acd833ba9fdbe5e71cb563b505886af Mon Sep 17 00:00:00 2001 From: aioute Gao Date: Mon, 1 Aug 2016 11:52:45 +0900 Subject: [PATCH] Add todo. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 082a0bde..d12a6421 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,7 @@ { "command": "amVim.ctrl+b", "key": "ctrl+b", "when": "editorTextFocus && amVim.configuration.shouldBindCtrlCommands && amVim.mode != 'INSERT'" }, // Default escape commands has higher priority. + // TODO: https://github.com/Microsoft/vscode/issues/10004 { "key": "escape", "command": "closeReferenceSearchEditor", "when": "inReferenceSearchEditor && !config.editor.stablePeek" }, { "key": "escape", "command": "closeFindWidget", "when": "editorFocus && findWidgetVisible" }, { "key": "escape", "command": "closeBreakpointWidget", "when": "breakpointWidgetVisible && editorFocus" },