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": {