Skip to content

Commit bd6988e

Browse files
committed
fix icon in local vscode extension page
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent 6bc94f0 commit bd6988e

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.vscodeignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ scripts/**
2222
.prettierrc.js
2323
jest.config.js
2424

25-
## Icons
26-
docs/{.docusaurus, assets, build, docs, node_modules, src, package.json, docusaurus.config.js, .gitignore, README.md, sidebars.js, yarn.lock}
25+
## Docs
26+
docs
2727

2828
## Tests
2929
build/test/**

coderoad_icon.png

7.2 KB
Loading

docs/images/tutorial-example.png

-244 KB
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@
9999
},
100100
"preview": true,
101101
"publisher": "CodeRoad",
102-
"icon": "docs/static/img/logo-128.png"
102+
"icon": "coderoad_icon.png"
103103
}

0 commit comments

Comments
 (0)