chore(vscode): update Yarn SDKs to add Prettier support#4071
Merged
edemaine merged 2 commits intoKaTeX:mainfrom Oct 5, 2025
MisterFISHUP:main
Merged
chore(vscode): update Yarn SDKs to add Prettier support#4071edemaine merged 2 commits intoKaTeX:mainfrom MisterFISHUP:main
edemaine merged 2 commits intoKaTeX:mainfrom
MisterFISHUP:main
Conversation
Ran `yarn dlx @yarnpkg/sdks vscode` to update VS Code SDKs, enabling Prettier support in the Yarn PnP setup.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4071 +/- ##
==========================================
- Coverage 93.15% 93.12% -0.03%
==========================================
Files 91 91
Lines 6795 6839 +44
Branches 1582 1601 +19
==========================================
+ Hits 6330 6369 +39
- Misses 429 434 +5
Partials 36 36 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Member
|
🎉 This PR is included in version 0.16.24 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or 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
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.
Hello KaTeX maintainers,
Thank you for this awesome project and all your hard work!
What is the previous behavior before this PR?
When opening the project locally in VS Code, the Prettier extension did not work because the project uses Yarn PnP and VS Code could not locate the Prettier module. Existing SDK files were outdated.
What is the new behavior after this PR?
VS Code Prettier now works correctly. The Yarn VS Code SDKs have been updated by running
yarn dlx @yarnpkg/sdks vscode, adding proper Prettier support in the Yarn PnP setup.All changes in this PR are generated automatically by running
yarn dlx @yarnpkg/sdks vscode; no manual edits were made.Similar issue: #2444