Answered by
shirakaba
Feb 25, 2025
Replies: 1 comment 1 reply
|
By chance is this trying to scan everything in We don't have a lot of material knowledge about how Visual Studio handles this. We don't have any default ClangFormat set up but do use ESLint, and sometimes Visual Studio does seem to get a little... occupied. Not sure how to debug.
Can you link what you used as sources? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Thanks for the response!
I suspect it might be, but no idea how to stop it. As possible evidence otherwise, though, I have a standalone Win32 library, that doesn't import React Native Windows at all, sitting inside the same monorepo that formats in under a second. So I think some aspect of importing React Native Windows causes it to either format or analyse the entire RNW codebase on each usage?
Unfortunately I've been unable to figure out via Visual Studio how to get any debug into that either. There might be some more debug on the Visual Studio Code side (which is similarly slow),…