Skip to content

Commit 21a7034

Browse files
committed
Another try of readme fix
1 parent 6a7f471 commit 21a7034

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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" style="display: none;">
22
<picture>
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">
3+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/yoavbls/pretty-ts-errors/main/assets/icon.png" width="140">
4+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/yoavbls/pretty-ts-errors/main/assets/icon.png" width="140">
5+
<img src="https://raw.githubusercontent.com/yoavbls/pretty-ts-errors/main/assets/empty.png" alt="Logo">
76
</picture>
87
</a>
98

assets/errors-hover.png

-58.5 KB
Loading

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Pretty TypeScript Errors",
44
"publisher": "yoavbls",
55
"description": "Make TypeScript errors prettier and more human-readable in VSCode",
6-
"version": "0.2.7",
6+
"version": "0.2.8",
77
"icon": "assets/icon.png",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)