Skip to content

Commit

Permalink
add keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjien committed May 4, 2024
1 parent 47022f3 commit e26de2c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jenkins-log-reader",
"displayName": "jenkins-log-reader",
"description": "read jenkins log, analyse with local AI.",
"version": "0.1.1",
"version": "0.1.2",
"engines": {
"vscode": "^1.88.0"
},
Expand Down Expand Up @@ -96,6 +96,13 @@
"command": "jenkins-log-reader.readJenkinsLog",
"title": "Read Jenkins Log"
}
],
"keybindings": [
{
"command": "jenkins-log-reader.readJenkinsLog",
"key": "ctrl+r",
"mac": "cmd+r"
}
]
},
"scripts": {
Expand Down

0 comments on commit e26de2c

Please sign in to comment.