Skip to content

Commit e2187aa

Browse files
committed
added simple icon
1 parent 645d328 commit e2187aa

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

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

7+
## [1.2.1] - 2020-12-11
8+
9+
### Added
10+
11+
- Simple icon
12+
713
## [1.2.0] - 2020-11-15
814

915
### Added

images/icon-128.png

13.2 KB
Loading

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"name": "vscode-java-tests",
33
"publisher": "wesleyegberto",
4+
"galleryBanner": {
5+
"color": "##ff8c00",
6+
"theme": "dark"
7+
},
8+
"icon": "images/icon-128.png",
49
"displayName": "Java Tests",
510
"description": "Extension to help write tests in Java.",
6-
"version": "1.2.0",
11+
"version": "1.2.1",
712
"repository": {
813
"type": "git",
914
"url": "https://github.com/wesleyegberto/vscode-java-tests.git"

0 commit comments

Comments
 (0)