-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Taplo Integration Tracking #15908
Taplo Integration Tracking #15908
Conversation
9996697
to
10eaec0
Compare
Two notes:
|
I'd say we should have a separate crate for that, the |
Actually thinking about it a bit more, we might later want to have rust-analyzer.toml in the VFS to provide IDE features while editing them, but should still only load the actual settings from disk 🤔 |
☔ The latest upstream changes (presumably #16043) made this pull request unmergeable. Please resolve the merge conflicts. |
Given keys, we can search for them within a given str. Right now this is possible for RATOML case, which means that we need to have a unified solution for both RATOML and Cargo.toml
b16e5b6
to
d14b2da
Compare
☔ The latest upstream changes (presumably #16420) made this pull request unmergeable. Please resolve the merge conflicts. |
☔ The latest upstream changes (presumably #16451) made this pull request unmergeable. Please resolve the merge conflicts. |
I'll close this PR. A tracking PR doesn't make much sense, we should instead use a tracking issue for that. The changes in this PR also don't seem to be too useful right now. |
This PR is used for tracking how far we have gotten in terms of integrating taplo, which we will use as our rowan based TOML parser.
Related issues are #13529 and #15741