File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55Check [ 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments