Skip to content

Commit 06c0802

Browse files
committed
Add a Marketplace icon for the extension
A 256x256 </> mark on a blue gradient tile (rendered from images/icon.svg via rsvg-convert), referenced by the extension manifest, so the Marketplace listing shows a real icon instead of the default tile. The SVG source is kept but kept out of the .vsix; png/svg are covered in REUSE.toml.
1 parent 87cce74 commit 06c0802

5 files changed

Lines changed: 19 additions & 0 deletions

File tree

REUSE.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ version = 1
66
path = [
77
"**.json",
88
"**.md",
9+
"**.png",
10+
"**.svg",
911
"**.xsl",
1012
"**/.gitignore",
1113
"**/.vscodeignore",

client/.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.vscodeignore
33
package-lock.json
44
**/*.map
5+
**/*.svg

client/images/icon.png

11.3 KB
Loading

client/images/icon.svg

Lines changed: 15 additions & 0 deletions
Loading

client/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"version": "0.0.0",
66
"publisher": "maxonfjvipon",
77
"license": "MIT",
8+
"icon": "images/icon.png",
89
"repository": {
910
"type": "git",
1011
"url": "https://github.com/maxonfjvipon/xslint-lsp"

0 commit comments

Comments
 (0)