Mobile Software Check VSCode Extension
This VSCode extension is intended for mobile app development projects. It can be configured by adding the following to your project settings.
{
"mobileSoftwareCheck.showReadMe": true,
"mobileSoftwareCheck.usesYarn": true,
"mobileSoftwareCheck.Xcode": "~12.3.0",
"mobileSoftwareCheck.AndroidStudio": "~4.1.0",
"mobileSoftwareCheck.Node": "~12.18.0",
"mobileSoftwareCheck.Cocoapods": "~1.9.3"
}
Leaving any of these values blank will skip checking for its' installation.
| |