-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #203 from lushang/master v3.5.8
Release 3.5.8
- Loading branch information
Showing
10 changed files
with
2,706 additions
and
2,536 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Build 3.5.8 | ||
----------- | ||
Release Date: 28 Mar 2020 | ||
|
||
* Refined Code coverage functionality: | ||
- View code coverage for certain Apex class/trigger file via context menu | ||
- View code coverage from (async) Test Result via context menu | ||
* Miscellaneous bug fix and update |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "haoide", | ||
"version": "3.5.6", | ||
"version": "3.5.8", | ||
"description": "haoide is a Sublime Text 3 plugin for Salesforce and used for swift development on Force.com", | ||
"author": "Hao Liu", | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"3.5.5": "config/messages/3.5.5.md", | ||
"3.5.6": "config/messages/3.5.6.md", | ||
"install": "config/messages/install.txt" | ||
{ | ||
"3.5.6": "config/messages/3.5.6.md", | ||
"3.5.7": "config/messages/3.5.7.md", | ||
"3.5.8": "config/messages/3.5.8.md", | ||
"install": "config/messages/install.txt" | ||
} |
Oops, something went wrong.