Skip to content

Commit

Permalink
Merge pull request #434 from coderoad/feature/vscode-icon
Browse files Browse the repository at this point in the history
add logo to vscode marketplace
  • Loading branch information
ShMcK authored Aug 7, 2020
2 parents 017e177 + a1242a1 commit 5cd76ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ vsc-extension-quickstart.md
src/**
web-app/**
scripts/**
docs/**
.env
.prettierrc.js
jest.config.js

## Icons
docs/{.docusaurus, assets, build, docs, node_modules, src, package.json, docusaurus.config.js, .gitignore, README.md, sidebars.js, yarn.lock}

## Tests
build/test/**

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@
},
"displayName": "CodeRoad",
"galleryBanner": {
"color": "#6a67ce",
"color": "#272728",
"theme": "dark"
},
"preview": true,
"publisher": "CodeRoad"
"publisher": "CodeRoad",
"icon": "docs/static/img/logo-128.png"
}

0 comments on commit 5cd76ef

Please sign in to comment.