Skip to content

fix icon in local vscode extension page #445

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix icon in local vscode extension page
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
  • Loading branch information
ShMcK committed Aug 15, 2020
commit bd6988e25f27283d22a7b65c7582d739a5127488
4 changes: 2 additions & 2 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ scripts/**
.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}
## Docs
docs

## Tests
build/test/**
Expand Down
Binary file added coderoad_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/tutorial-example.png
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@
},
"preview": true,
"publisher": "CodeRoad",
"icon": "docs/static/img/logo-128.png"
"icon": "coderoad_icon.png"
}