Skip to content

fix(testing): do not re-add vscode recommended extension for jest after initial jest setup#31745

Merged
leosvelperez merged 1 commit intomasterfrom
fix/issue-29345
Jun 26, 2025
Merged

fix(testing): do not re-add vscode recommended extension for jest after initial jest setup#31745
leosvelperez merged 1 commit intomasterfrom
fix/issue-29345

Conversation

@leosvelperez
Copy link
Copy Markdown
Member

Current Behavior

The @nx/jest:configuration generator always adds the firsttris.vscode-jest-runner to the VSCode recommended extensions if it's missing.

Expected Behavior

The @nx/jest:configuration generator should only add the firsttris.vscode-jest-runner to the VSCode recommended extensions when configuring @nx/jest for the first time.

Related Issue(s)

Fixes #29345

@leosvelperez leosvelperez self-assigned this Jun 26, 2025
@leosvelperez leosvelperez requested a review from a team as a code owner June 26, 2025 13:16
@leosvelperez leosvelperez requested a review from jaysoo June 26, 2025 13:16
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 26, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview Jun 26, 2025 1:24pm

@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented Jun 26, 2025

View your CI Pipeline Execution ↗ for commit 448b6f8.

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 32m View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 17s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 5s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 3s View ↗
nx documentation ✅ Succeeded 1m 10s View ↗

☁️ Nx Cloud last updated this comment at 2025-06-26 13:54:33 UTC

@leosvelperez leosvelperez enabled auto-merge (squash) June 26, 2025 13:23
@leosvelperez leosvelperez merged commit 54b36a6 into master Jun 26, 2025
8 checks passed
@leosvelperez leosvelperez deleted the fix/issue-29345 branch June 26, 2025 13:54
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jul 2, 2025

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jul 2, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Nx CLI constantly re-adds firsttris.vscode-jest-runner to recommended extensions in VS Code

2 participants