Skip to content

Commit

Permalink
feature(preview): add refresh button
Browse files Browse the repository at this point in the history
  • Loading branch information
xyc committed Apr 14, 2019
1 parent cb19a99 commit 7896c3f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,9 @@ All notable changes to the "vscode-mdx-preview" extension will be documented in

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [0.1.5] - 04/13/2019
- Add a preview refresh Button

## [0.1.4] - 04/08/2019
- update webview DOM structure (default renders to #root)

Expand Down
Binary file modified assets/preview-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/preview-light.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/refresh-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/refresh-light.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-mdx-preview",
"displayName": "MDX Preview",
"description": "MDX Preview",
"version": "0.1.4",
"version": "0.1.5",
"publisher": "xyc",
"repository": "https://github.com/xyc/vscode-mdx-preview",
"engines": {
Expand Down Expand Up @@ -55,7 +55,11 @@
{
"command": "mdx-preview.commands.refreshPreview",
"title": "Refresh Preview",
"category": "MDX"
"category": "MDX",
"icon": {
"light": "./assets/refresh-light.png",
"dark": "./assets/refresh-dark.png"
}
},
{
"command": "mdx-preview.commands.toggleUseVscodeMarkdownStyles",
Expand Down

0 comments on commit 7896c3f

Please sign in to comment.