Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Commit

Permalink
updeate 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cssho committed May 27, 2017
1 parent e226d87 commit 9b2f15d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ SVG Viewer for Visual Studio Code
[![](https://vsmarketplacebadge.apphb.com/installs/cssho.vscode-svgviewer.svg)](https://marketplace.visualstudio.com/items?itemName=cssho.vscode-svgviewer)
[![](https://vsmarketplacebadge.apphb.com/rating/cssho.vscode-svgviewer.svg)](https://marketplace.visualstudio.com/items?itemName=cssho.vscode-svgviewer)

## Easy way to preview
EXPLORERのコンテキストメニューからSVGをプレビューする
![palette](img/from_context.gif)

## Usage
0. コマンドパレットを表示し、入力欄に`ext install SVG Viewer`と入力
0. Enterを押下し、VSCodeを再起動
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ SVG Viewer for Visual Studio Code
[![](https://vsmarketplacebadge.apphb.com/installs/cssho.vscode-svgviewer.svg)](https://marketplace.visualstudio.com/items?itemName=cssho.vscode-svgviewer)
[![](https://vsmarketplacebadge.apphb.com/rating/cssho.vscode-svgviewer.svg)](https://marketplace.visualstudio.com/items?itemName=cssho.vscode-svgviewer)

## Easy way to preview
Viewing an SVG file from explorer context menu.
![palette](img/from_context.gif)

## Usage
0. Press Ctrl+P and type `ext install SVG Viewer` with a trailing space.
0. Press Enter and restart VSCode.
Expand Down
Binary file added img/from_context.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-svgviewer",
"displayName": "SVG Viewer",
"description": "SVG Viewer for Visual Studio Code.",
"version": "1.4.0",
"version": "1.4.1",
"publisher": "cssho",
"engines": {
"vscode": "^1.9.0"
Expand Down

0 comments on commit 9b2f15d

Please sign in to comment.