Prevent Rust Analyzer while in merge conflict? (VSCode)

Is there any way to tell VSCode (or alternatively, the Rust Analyzer itself) to pause syntax parsing when you're trying to resolve a merge conflict? Often, I try to look at the conflicts in VSCode and the highlighting/checking makes it hard to see what's going on (especially since the code isn't valid Rust).

If it matters, I'm running git outside of VSCode when I do this, instead of using VSCode's internal git commands

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.