Skip to content

Commit

Permalink
update: アイコンを追加した
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotnh committed May 21, 2023
1 parent e38c19e commit addd47f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
1 change: 0 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ vsc-extension-quickstart.md
**/.eslintrc.json
**/*.map
**/*.ts
doc/**
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Wave Dash Unify README
# Wave Dash Unify

EUC-JPのファイルを保存した時に、全角チルダ(0x87 0xA2 0xB7)を波ダッシュ(0xA1 0xC1)に変更します

Expand All @@ -18,7 +18,7 @@ VS Codeではファイルの文字コードにEUC-JPを指定した状態で`~

`Ctrl+S`を長押しするなどして、短時間に連続して``の含まれるEUC-JPのファイルを保存した場合に、下記画像のようなエラーが発生します

![overrite error](doc/overwrite-error.png)
![overwrite error](./doc/overwrite-error.png)

## Release Notes

Expand Down
Binary file added doc/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,23 @@
"displayName": "Wave Dash Unify",
"description": "Automatically converts both FULLWIDTH TILDE and WAVE DASH characters to the WAVE DASH character",
"version": "0.0.1",
"publisher": "yutotnh",
"engines": {
"vscode": "^1.78.0"
},
"categories": [
"Other"
],
"icon": "./doc/icon.png",
"bugs": {
"url": "https://github.com/yutotnh/wave-dash-unify/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/yutotnh/wave-dash-unify.git"
},
"homepage": "https://github.com/yutotnh/wave-dash-unify",
"license": "SEE LICENSE IN LICENSE",
"activationEvents": [
"*"
],
Expand Down

0 comments on commit addd47f

Please sign in to comment.