Skip to content

Commit

Permalink
remove unused mark.js
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjien committed Nov 6, 2024
1 parent d3f9f03 commit 0e2ccf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 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": "AI Log Reader",
"description": "Read jenkins log, analyse with local AI.",
"version": "0.8.5",
"version": "0.8.6",
"engines": {
"vscode": "^1.95.0"
},
Expand Down
1 change: 0 additions & 1 deletion src/LogReaderResultWebViewProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export class LogReaderResultWebViewProvider implements vscode.WebviewViewProvide
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Log Reader</title>
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
</head>
<body>
<div id="content">${htmlContent}</div>
Expand Down

0 comments on commit 0e2ccf3

Please sign in to comment.