Skip to content

Commit f665b5b

Browse files
icon (logo)
1 parent 76368d8 commit f665b5b

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to the "markdown-wrap-code" extension will be documented in
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.2]
9+
10+
- Added icon
11+
812
## [1.0.1]
913

1014
- Restricted activationEvents to target markdown files

images/icon.png

12.8 KB
Loading

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"displayName": "Markdown Wrap Code",
44
"description": "Wrap selected text in ```backticks fence``` for markdown editing",
55
"publisher": "germain-italic",
6-
"version": "1.0.0",
6+
"icon": "images/icon.png",
7+
"version": "1.0.2",
78
"repository": {
89
"type": "git",
910
"url": "https://github.com/germain-italic/vscode-markdown-wrap-code.git"

0 commit comments

Comments
 (0)