Skip to content

Commit

Permalink
Remove hairline for hovers
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyTy committed Jun 19, 2024
1 parent d5f0b8a commit bc002f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extension/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ exports.activate = function (context) {
hover.appendCodeblock(code, 'hexa')
const doc = onJSON[0][0].markdown
if (doc && doc.length > 0) {
hover.appendMarkdown('---')
hover.appendMarkdown(doc)
}
resolve(new Hover(hover))
Expand Down

0 comments on commit bc002f1

Please sign in to comment.