Skip to content

Commit

Permalink
change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjien committed May 2, 2024
1 parent 5a94d91 commit 95b72e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function activate(context) {
'Jenkins Log',
vscode.ViewColumn.One
);
panel.webview.html = `<details><summary>${jobUrl}</summary><pre>${escapeHtml(info)}</pre></details><br/>`;
panel.webview.html = `<br/><details><summary>${jobUrl}</summary><pre>${escapeHtml(info)}</pre></details><br/>`;
// analyse with local AI
// await OpenAI.chat.completion
}
Expand Down
5 changes: 1 addition & 4 deletions 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.0.10",
"version": "0.0.12",
"engines": {
"vscode": "^1.88.0"
},
Expand All @@ -28,9 +28,6 @@
"categories": [
"Other"
],
"activationEvents": [
"onCommand:jenkins-log-reader.readJenkinsLog"
],
"contributes": {
"configuration": {
"title": "Jenkins Job Log Reader Configuration",
Expand Down
Binary file modified resources/jenkins_reader.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 95b72e6

Please sign in to comment.