You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[fix] Support Android Studio path that JetBrains Toolbox installs to on Windows (#2682)
* JetBrains Toolbox installs Android Studio into a slightly different path than the one detected by doctor. Support this alternate path for folks who aren't using nuget to install Android Studio.
* extra scenario double-check
* Update .husky/pre-commit
* Update packages/cli-doctor/src/tools/healthchecks/androidStudio.ts
* we couldn't write to a readonly property on the actual process object, so inject a writable propery for the test. there is a slightly nicer way to do this in jest 29+ with 'replaceProperty', I added some TODO comments as a reminder when someone upgrades jest later.
---------
Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
0 commit comments