From cc315f1057d195682086192479dc3e99febe27da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20=C3=85str=C3=B6m?= Date: Thu, 20 Jun 2024 10:53:58 +0200 Subject: [PATCH] Version 3.0.1: Change ESC keybinding to only be active in log files Will hopefully fix #588. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1f78590..1eab2b4 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "Other" ], "license": "MIT", - "version": "3.0.0", + "version": "3.0.1", "bugs": { "url": "https://github.com/emilast/vscode-logfile-highlighter/issues" }, @@ -54,7 +54,7 @@ { "command": "logFileHighlighter.removeProgressIndicatorDecorations", "key": "Escape", - "when": "editorTextFocus" + "when": "editorTextFocus && editorLangId == log" } ], "configuration": {