We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6487f commit 5446140Copy full SHA for 5446140
README.md
@@ -1,7 +1,7 @@
1
<br />
2
3
<div align="center">
4
- <img src=".github/media/logo.png" alt="Logo" width="80" height="80">
+ <img src="./media/logo.png" alt="Logo" width="80" height="80">
5
6
<h3 align="center">Nuxt Extension Pack</h3>
7
.github/media/logo.png media/logo.png.github/media/logo.png renamed to media/logo.png
package.json
@@ -7,6 +7,8 @@
"vscode": "^1.82.0"
8
},
9
"license": "MIT",
10
+ "icon": "media/logo.png",
11
+ "publisher": "Nuxtr",
12
"galleryBanner": {
13
"color": "#00DC82",
14
"theme": "light"
0 commit comments