File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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 " >
2
2
<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">
6
7
</picture >
7
8
</a >
8
9
Original file line number Diff line number Diff line change 3
3
"displayName" : " Pretty TypeScript Errors" ,
4
4
"publisher" : " yoavbls" ,
5
5
"description" : " Make TypeScript errors prettier and more human-readable in VSCode" ,
6
- "version" : " 0.2.6 " ,
6
+ "version" : " 0.2.7 " ,
7
7
"icon" : " assets/icon.png" ,
8
8
"repository" : {
9
9
"type" : " git" ,
10
10
"url" : " https://github.com/yoavbls/pretty-ts-errors"
11
11
},
12
+ "homepage" : " https://github.com/yoavbls/pretty-ts-errors" ,
12
13
"engines" : {
13
14
"vscode" : " ^1.70.0"
14
15
},
You can’t perform that action at this time.
0 commit comments