Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix package manager undefined (#762)
#735 uses the `packageManager` variable that comes from launch configuration instead of `manager` that was just matched for the given lock file. This results in packager beeing `undefined`. Fixes #760 ### How Has This Been Tested: - Remove node_modules from expo-go project - Run IDE in given project - The IDE should launch
- Loading branch information