Skip to content

Commit a1242a1

Browse files
committed
add logo to vscode marketplace
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent 017e177 commit a1242a1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Diff for: .vscodeignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ vsc-extension-quickstart.md
1818
src/**
1919
web-app/**
2020
scripts/**
21-
docs/**
2221
.env
2322
.prettierrc.js
2423
jest.config.js
2524

25+
## Icons
26+
docs/{.docusaurus, assets, build, docs, node_modules, src, package.json, docusaurus.config.js, .gitignore, README.md, sidebars.js, yarn.lock}
27+
2628
## Tests
2729
build/test/**
2830

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,10 @@
9494
},
9595
"displayName": "CodeRoad",
9696
"galleryBanner": {
97-
"color": "#6a67ce",
97+
"color": "#272728",
9898
"theme": "dark"
9999
},
100100
"preview": true,
101-
"publisher": "CodeRoad"
101+
"publisher": "CodeRoad",
102+
"icon": "docs/static/img/logo-128.png"
102103
}

0 commit comments

Comments
 (0)