Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita1242a1

Browse files
committed
add logo to vscode marketplace
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent017e177 commita1242a1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

‎.vscodeignore

Lines changed: 3 additions & 1 deletion
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

‎package.json

Lines changed: 3 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp