Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Mobile Software Check VSCode ExtensionNew to Visual Studio Code? Get it now.
Mobile Software Check VSCode Extension

Mobile Software Check VSCode Extension

Coyote

|
2,270 installs
| (0) | Free
Checks for installed versions of software required for mobile development
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft