-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge beta back to master #473
Merged
Merged
Conversation
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
…g in multiroot environment
- `await` the end of the `stopAll` inside `runTest` (`JestExt.ts`) - Move call to `this.runner.closeProcess()` to after `this.resolve` is set (`JestProcess.ts`)
It looks like `JestProcessManager` should be able to handle concurrent stopping and starting, so this change was not needed.
…t into escaton-restart-command
* use Map to store jest instances * remove enbledWorkspaceFolders, update README, handle disabledWorkspaceFolders change on the fly * review fixes * Fix typo
* display both folder and workspace status * integrated with local jest-editor-support * update typescript version * let's lint - updated lint rules and corrected violations - fixed running animation for status bar - enhanced active folder detection * some cleanup * refactor data structure * stop spinner when hiding statusItem * upgrade jest-editor-support and more - upgrade jest-editor-support to 26.0.0-beta - address review comment - fix crash for providers with workspace folder not managed by this extension - upgrade ci node version due to vscode 1.1.33 minimal nodejs requirement * address review comment * clear spinner before starting * fix typo and minor lint rule change * add more tests and fix testResult matching bug
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.12.0...3.13.1) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.1.2. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.0.12...v4.1.2) Signed-off-by: dependabot[bot] <support@github.com>
…ntegrations/create-react-example/js-yaml-3.13.1 Bump js-yaml from 3.12.0 to 3.13.1 in /integrations/create-react-example
Fix remaining security alerts
* update extension to use webpack for compilation * update webpack related scripts and settings * update changelog * fix excluding external jest-config * ignore .vsix files
stephtr
approved these changes
Jun 25, 2019
Pull Request Test Coverage Report for Build 578
💛 - Coveralls |
legend1202
pushed a commit
to legend1202/vscode-jest
that referenced
this pull request
Jun 18, 2023
merge beta (3.0.1) back to `master`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closing out #442