Skip to content
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

Vision for better VS code future, fixes #6569 #6600

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,3 +240,13 @@ The following packages are meant to be used by Yarn itself, and probably won't b

- [@yarnpkg/builder](packages/yarnpkg-builder) contains a CLI tool to package berry and its plugins.
- [@yarnpkg/cli](packages/yarnpkg-cli) is a CLI entry point built on top of [@yarnpkg/core](packages/yarnpkg-core).

## Using Yarn with VS Code

We imagine a future where using VS Code with your Yarn Berry projects [will work seamlessly](https://github.com/yarnpkg/berry/issues/6569#issuecomment-2427942103). Here are specific issues we hope will be addressed in that project:

- https://github.com/microsoft/vscode/issues/75559
- https://github.com/microsoft/TypeScript/pull/35206

Please add a 👍 on the top post of each of those issues. Microsoft directly reviews the 👍 when deciding which features to implement.

Loading