Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any was I can use vs code program on an iPad Pro 2021 that has an M1 chip?

I need this program for school. This is the only program that I need that isn’t compatible to my iPad Pro 2021 with an M1 chip, at least I can’t figure out how to use it. School starts January 17 so it’ll be great to know this information to prepare myself for success.

I downloaded the file using the macOS file. It successfully downloaded and created a zip file. However, I was not able to open the file. It would just duplicate the file and re-download it.

I'd rather not have to go buy a computer to be able to complete this course.

Is there anyway I can make the app compatible with iPadOS?

like image 412
Power562 Avatar asked Nov 18 '25 17:11

Power562


1 Answers

No to running the Mac app on iPadOS since the frameworks needed to run that application are on macOS and not on the CPU / Processor / Chip.

However, the web app version - https://vscode.dev/ - is very good and may be enough for you. It’s still in preview in December 2023, but signs are positive it’s not abandoned yet. The tunneling to a remote server is also being actively developed and growing in capabilities over time.

  • https://code.visualstudio.com/docs/remote/vscode-server

You'll want to make use of the GitHub integration - web interface or other manner of screen sharing to get to a computer if you NEED that full editor to do your work.

  • https://code.visualstudio.com/docs/editor/vscode-web

Good luck in your studies, there are many amazing code editors, source code apps, and more so hopefully you can be productive with your iPad on your path to learning:

  • Learn to code in Swift Playgrounds on iPad - https://apps.apple.com/app/id908519492
  • Look for ways to use GitHub Codespaces
  • Add the VSCode web app to your iPad Home Screen. (with a handy tip if you want the insiders version)
  • Get an excellent keyboard and possibly use the iPad with an external display and mouse.
like image 144
bmike Avatar answered Nov 21 '25 09:11

bmike