Skip to content

Commit

Permalink
Version 3.0.1: Change ESC keybinding to only be active in log files
Browse files Browse the repository at this point in the history
Will hopefully fix #588.
  • Loading branch information
emilast committed Jun 20, 2024
1 parent 08b5ced commit cc315f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -54,7 +54,7 @@
{
"command": "logFileHighlighter.removeProgressIndicatorDecorations",
"key": "Escape",
"when": "editorTextFocus"
"when": "editorTextFocus && editorLangId == log"
}
],
"configuration": {
Expand Down

0 comments on commit cc315f1

Please sign in to comment.