Skip to content

Commit 6a7f471

Browse files
committed
Another try to fix the readme on the marketplace
1 parent 6c31161 commit 6a7f471

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<a href="https://marketplace.visualstudio.com/items?itemName=yoavbls.pretty-ts-errors">
1+
<a href="https://marketplace.visualstudio.com/items?itemName=yoavbls.pretty-ts-errors">
22
<picture>
3-
<source media="(prefers-color-scheme: dark)" srcset="./assets/icon.png" width="150">
4-
<source media="(prefers-color-scheme: light)" srcset="./assets/icon.png" width="145">
5-
<img alt="logo" src="./assets/icon.png" width="140" style="max-width: 0;">
3+
<source media="(prefers-color-scheme: dark)" srcset="./assets/icon.png">
4+
<source media="(prefers-color-scheme: light)" srcset="./assets/icon.png">
5+
<img src="./assets/empty.png" alt="Logo"
6+
width="140">
67
</picture>
78
</a>
89

assets/empty.png

129 Bytes
Loading

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
"displayName": "Pretty TypeScript Errors",
44
"publisher": "yoavbls",
55
"description": "Make TypeScript errors prettier and more human-readable in VSCode",
6-
"version": "0.2.6",
6+
"version": "0.2.7",
77
"icon": "assets/icon.png",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/yoavbls/pretty-ts-errors"
1111
},
12+
"homepage": "https://github.com/yoavbls/pretty-ts-errors",
1213
"engines": {
1314
"vscode": "^1.70.0"
1415
},

0 commit comments

Comments
 (0)