-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* replace legacy settings with runMode * implement deferred mode, enhance runMode config interface * implemented save runMode, refactor terminal revealOutput logic * fix runMode override previous setting bug * 1. refactor exec-error notification 2. add defer to quick-fix options 3. ensure one error report per process * adding runMode json schema * rename "manual" to "on-demand"; catch and notify when jest process failed to start * refactor quick-fix to use a quickPick instead * fix tests * adding compare-coverage script and instructions * adding missing tests * update README and remove inline menu icon * clean up and adding missing tests * rm orphan images * address coverage and cleanup * undo the accidental change in settings.json
- Loading branch information
1 parent
8a1b362
commit 10414ab
Showing
75 changed files
with
3,876 additions
and
1,301 deletions.
There are no files selected for viewing
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,10 +1,11 @@ | ||
_jest-editor/ | ||
.vscode/symbols.json | ||
/coverage/ | ||
/coverage*/ | ||
node_modules/ | ||
out/ | ||
generated-icons/ | ||
|
||
**/.DS_Store | ||
*.vsix | ||
*.zip | ||
coverage_comparison_report.html |
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 |
---|---|---|
|
@@ -28,3 +28,7 @@ generated-icons/ | |
release-notes/ | ||
setup-wizard.md | ||
*.zip | ||
coverage*/ | ||
scripts/** | ||
coverage_comparison_report.html | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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
Oops, something went wrong.