Это видео недоступно.
Сожалеем об этом.

How to code on your iPad with VS Code for free [Beginners guide]

Поделиться
HTML-код
  • Опубликовано: 15 авг 2024
  • #iPad #vscode #synology #coding
    Many of you asked me to show how to use Servediter for free and to be able to access the VS code from an iPad. So I’ve prepared a few useful ways to go: the native solution, the local solution and the global solution. This is just a beginners guide but it will give you the direction of what you should do next.
    Officelab Keyboard:
    Europe: www.amazon.de/...
    USA: www.amazon.com...
    Code App:
    apps.apple.com...
    Code App GitHub:
    github.com/the...
    Servediter App:
    apps.apple.com...
    Docker Official Website:
    www.docker.com...
    Open VSCode Server:
    github.com/git...
    Open VSCode Server Guides:
    github.com/git...
    Time Zones on Wikipedia:
    en.wikipedia.o...
    Synology External Access:
    mariushosting....
    The commands you might need:
    Synology VS code Docker installation:
    docker run -d --name=codeserver \
    -p 8377:8443 \
    -e PUID=%UID% \
    -e PGID=%PID% \
    -e TZ=%timezone% \
    -e PASSWORD=%pass% \
    -e PROXY_DOMAIN=%proxydomain%.synology.me \
    -v %location%:/config \
    --restart always \
    ghcr.io/linuxserver/code-server
    Bypassing the permissions error:
    stat -c %a /var/run/docker.sock
    sudo chmod 666 /var/run/docker.sock
    00:00 - Intro
    01:15 - Using Code App on an iPad
    02:44 - Using Servediter App with a subscription
    04:23 - Officelab Keyboard
    05:51 - Installing VS Code in a docker container to a Mac
    08:17 - Connecting to the VS Code on a Mac from the iPad
    09:58 - Installing VS Code in a docker container to a Synology NAS
    15:28 - Connecting to the VS Code on a Synology NAS from the iPad

Комментарии • 196

  • @oso1248
    @oso1248 Год назад +513

    Apple makes no such claim. There is absolutely nothing stopping apple from putting Mac OS on the iPad Pro other than they don’t want to. The fact that you can’t directly install vscode on you iPad is because apple specifically doesn’t want you to… primarily because they don’t want your iPad to become your computer.

    • @Big-Chungus21
      @Big-Chungus21 Год назад +47

      The M1 in current ipads is the same CPU they use in their macs. Not only could it run MacOS, it could probably do so incredibly well. Id love to run an IDE even something basic like Thonny on my Ipad, itd basically replace my old linux mint running desktop by that point.

    • @ifeanyichukwu3644
      @ifeanyichukwu3644 Год назад +3

      @@Big-Chungus21 what graphics card does the ipad have...

    • @ifeanyichukwu3644
      @ifeanyichukwu3644 Год назад +2

      Most of macos graphics depends on the gpu, that is why it sucks in vms

    • @icarojose6316
      @icarojose6316 Год назад +4

      They could run macOS just like iPhone could run macOS either. But it’s not the point. The point of IPad is to run iPadOS a OS based on a stylus finger or mouse and keyboard, while macOs is purely mouse and keyboard

    • @Zedexization
      @Zedexization Год назад +13

      Its a business. Making it run MacOS would simply hurt their MacBook lineup. Also, they simply dont want to change iPadOS.

  • @yamyam263
    @yamyam263 2 года назад +73

    This video is great. Informative, to the point, and unlike other channels: you keep it to the point while also being charming. I also appreciate the honesty at the end of the video. This is for some people, but it doesn’t meet your needs as an Android Developer and that’s fine. You still made a video instructing 3 ways to set it up. And you were transparent about all of it. Extremely professional of you. I’m subscribed & can’t wait for more awesome content from you, Alex! You’re the man.

  • @sustainablewww6715
    @sustainablewww6715 11 месяцев назад +13

    I definitely hope that one day soon you will be able to get the full development experience on iPad. I for one would change right away! 😊

    • @AnotherAyushRaj
      @AnotherAyushRaj 7 месяцев назад +1

      Apple wont do it because that might cause sales drop of Macbook Air

    • @senecazone
      @senecazone 6 месяцев назад

      @@AnotherAyushRajI think people are not use Macbook just because coding

  • @ogjohan
    @ogjohan Год назад +5

    I was going to be severely disappointed if this was going to be another remote desktop video. Thankfully it was not. Tysm for that

  • @DidacusYT
    @DidacusYT Год назад +9

    Thank you bro, I’m not an English native and there is no info about coding on iPad in the Spanish community. You helped me a lot, new sub :)

  • @alanyoung1598
    @alanyoung1598 11 месяцев назад +4

    If y'all have a problem setting it up in code app like I did, make sure that your host server is connected to a wireless network. It took me way too long to realize that the problem was that my host server was connected to a wired connection and not a wireless one. I changed that and now it works fine

    • @adriamesas1747
      @adriamesas1747 5 месяцев назад

      Damn you saved me so much time! Thank you a lot

  • @fabiogloor
    @fabiogloor 2 месяца назад +2

    Thx, very great tutorial. But when I connect via browser to the codeserver I always get the error "workbench failed to connect to the server". So I can't access for example settings, extensions and more. Somebody an idea?

  • @No-no-no-no-nope
    @No-no-no-no-nope 2 года назад +11

    If you don't have a PC and only have an iPad, you can rent a shadow PC for 29€ and use the appropriate app. Connected to a large monitor, you could even work really productively.
    Of course, you can also build the whole thing privately or rent a server and then use a remote app.

    • @Yep6803
      @Yep6803 5 месяцев назад

      Tbh I’ve got a Mac Mini but I prefer have an iPad and a home pc.

  • @yibowei9636
    @yibowei9636 Год назад +13

    this works, but the code server is running the open-source code-oss, which does not have features like vscode intellicode, or remote ssh. The browser is also a problem when you use the vim plug-in. You will lose focus of your editor when you press esc.

    • @Shanelle-wy1xc
      @Shanelle-wy1xc 2 месяца назад

      Ty … this is what I really needed to know.

  • @manuelmojicas
    @manuelmojicas Год назад +3

    I really needed this video in my life. All I see are dude drinking coffee and trying to sell me how it feels to code with an iPad inside a car or next to a pool (unrealistic) they never talk about what apps to use or a tutorial of how get anything hugged up.

    • @icarojose6316
      @icarojose6316 Год назад +1

      Well coding inside a car, it’s not possible since you need to type a lot and you will probably use iPad in a car with your finger or stylus.

  • @Trazynn
    @Trazynn 2 года назад +6

    Exactly what I was looking for.

  • @annaanice1461
    @annaanice1461 Год назад +5

    Thank you for this video. It was very helpful for me👍🏿

  • @jfftck
    @jfftck Год назад +16

    I hate that development depends on a remote server to do any none scripting work, Apple could allow containers (they would create their own container environment as they do with all other technology) that would be able to sandbox the development environment and not break their security system built in to iOS/iPadOS. The chips they’re using for the past few years should be able to handle containers.

    • @theloniousMac
      @theloniousMac Год назад

      I don’t mind using a LINODE server and/or a Raspberry Pi connected to my iPad.

    • @jfftck
      @jfftck Год назад +4

      @@theloniousMac When the device is capable to do so without using WiFi, then it should be allowed to do so! The current way that it works is no different than the dumb terminals of the past. None of the apps for the iPad that I use justify the device’s existence since I can’t use the abundant resources that are on the device itself. I shouldn’t have to carry a low powered Raspberry Pi to have a laptop replacement and cloud services are no better when internet connectivity isn’t available due to outages.
      Just cause you don’t mind doesn’t make it a great solution to a problem that has no business existing in the first place.
      Your statement is what lets Apple continue to not deliver a better experience for users, if they see that even a fraction of its developer user base is okay with hacking together a solution, then they will happily keep the status quo. We should be able to develop iPad apps on the iPad, what if the same approach had been used for microcomputers when they were first introduced and would require a workstation or mainframe to develop software-would there be many developers today?
      This is a bad UX approach and we need to be more vocal about correcting it by calling Apple out on it.

    • @icarojose6316
      @icarojose6316 Год назад

      I agree with you, I think we should email apple with this idea. A apple version of docker would be awesome

    • @BaldGuy82
      @BaldGuy82 Год назад

      Nonono, only the chips they will develop in the future will be able to handle this immense workload of coding. 😂 Even for the Final Cut iPad Version you need to go with the M chips. Of course.. 🙄🤢

  • @user-ys3ev5sh3w
    @user-ys3ev5sh3w Год назад +1

    I use BOCHS+Python. Guest OS is MSDOS. Python is working on host OS to connect to internet via FTP and other tasks.
    turbo Pascal and FASM working on Guest OS. Interface between Host and Guest OS is 128Mb file formatting
    something like FAT16. Dosbox is a fake emulator because it has disk cash. BOCHS is working well.

  • @zorroalcuadrado
    @zorroalcuadrado Год назад +4

    Great video. What kind of Synology NAS do you have? Please provide the link.

  • @danielgather4172
    @danielgather4172 7 часов назад

    quick question, with Servediter i can pull and push to/from github on my Ipad?

  • @zyrtechy
    @zyrtechy 2 года назад +12

    hey, great and informative video!! would love to see how well this works in stage manager on the ipados16 beta

  • @Black_Puma
    @Black_Puma 2 года назад +2

    I got lost when you ask a synology, what I can do if I dont have one ? Btw great video thx man

  • @Olejo111
    @Olejo111 Год назад +1

    In case you want program on tablet I would try top tablets based on windows.

  • @bobslave7063
    @bobslave7063 Год назад

    The only reason I don't buy ipad is this fact, that you can't use it like fully functional laptop! Thanks for the nice video.

  • @shayl2x
    @shayl2x Год назад

    Incredibale! thanks for sharing this awesome video!

  • @FloridaGulfCoastLife
    @FloridaGulfCoastLife Год назад +1

    Thank you for sharing such informative video. What type of NAS do you have?

  • @carolaziz6329
    @carolaziz6329 4 дня назад

    Can my local machine be the ipad that I'll run vscode on?

  • @marlenevazquez6727
    @marlenevazquez6727 Год назад +4

    So we actually need a PC to work from an iPad? I can't really afford a PC or MacBook rn, I only have an iPad but I'm really motivated to learn code. I'm currently starting on cs50

    • @icarojose6316
      @icarojose6316 Год назад

      You can rent a remote pc online.

    • @Yep6803
      @Yep6803 5 месяцев назад

      without renting anything VS code is fully running ONLINE out of the box… he also SAID it. Around the middle of the video he was on VS Code online saying “not whole can be without remote”. So, if you need something like Java (err… there are plenty of better options even better than the traditional options) or something you could NEED it but if you are simple script developer online is ok.

    • @Yep6803
      @Yep6803 5 месяцев назад

      VS Code uses the same concept of MS Office online so if you will need simple functions is ok, if you need something more you will need it remotely.

    • @Yep6803
      @Yep6803 5 месяцев назад

      So… DEPENDES your need! 🤔

    • @Yep6803
      @Yep6803 5 месяцев назад

      For Java avoid to download it, use a remote IDE. And go on… W3S got it.

  • @rafaelchapine7252
    @rafaelchapine7252 6 месяцев назад

    Awesome content man, Im a react dev I think that would be great for me, just want to check if the internal vscode prompt works and npm

  • @HappyguyGORILLATAG
    @HappyguyGORILLATAG 16 дней назад

    I have a question. I want to start making mods for a game with DLL files. There are templates i want to use. Can this app open SLN files? Its just that the app costs 7 euros where i am and i dont want to waste my money.

  • @Tung-ChenTsai
    @Tung-ChenTsai Год назад +2

    Great video! But how can we upload files to the codesever if we are connecting globally (through WAN)?

  • @herefobeer
    @herefobeer Год назад +2

    The serveditor thing hasn’t been updated since 2020 and haven’t even complied with Apple’s new privacy disclosure thing. It WILL be removed from App Store soon enough or will fail on some dependency in future version. The developer seems to no longer be interested.

    • @GeeksTable
      @GeeksTable  Год назад +1

      Some of their other apps got updated like 3 months ago, so he might update Servediter upon a risk of being deleted. No guarantees of course.

  • @keenbarte5521
    @keenbarte5521 Год назад

    Ima download it thanks for sharing!!

  • @Ingvar_the_Varangian
    @Ingvar_the_Varangian 5 месяцев назад

    Thank you bro...awesome video 🤘

  • @xunlu-zq3qr
    @xunlu-zq3qr 9 месяцев назад

    Wow, this is amazing!!!!

  • @ibanuz
    @ibanuz 10 дней назад

    I didn’t find Serveditor in the store. 😢😢😢

  • @Gabirell
    @Gabirell 8 месяцев назад

    Great video! Subscribed!

  • @Brian-ib5wz
    @Brian-ib5wz 9 месяцев назад

    Thanks ! Very helpful.

  • @johnvonachen1672
    @johnvonachen1672 6 месяцев назад

    Oo. I want that coffee cup.

  • @imadeekosatriawiguna6252
    @imadeekosatriawiguna6252 Год назад +2

    I think this is enough if you code basic frontend. I guess

  • @helloworld4026
    @helloworld4026 Год назад

    Great, thanks man. You save my life😂😂

  • @Ben-ix1ev
    @Ben-ix1ev Месяц назад

    Does code app use popular modules for python such as pygame and django?

  • @sanjeev_patwal67
    @sanjeev_patwal67 2 года назад +1

    Can i install jvm to run . Java files in vscode after the nas and docker method?

  • @roripocket6273
    @roripocket6273 6 месяцев назад

    Excelent video, thanks

  • @youtubeitisisntit7333
    @youtubeitisisntit7333 Год назад +2

    I think vs code now has a online version? Has anyone used it? Is it practical to use that on ipad

    • @Yep6803
      @Yep6803 5 месяцев назад

      VS code online version is solid!😅

  • @terrycarson
    @terrycarson 5 месяцев назад

    How about using Tailscale then access the full version of VS code on the Ipad.

  • @user-hw4eu3qt5m
    @user-hw4eu3qt5m Год назад

    Great video!

  • @guruprasadkulkarni1049
    @guruprasadkulkarni1049 Год назад +1

    Can it work on apple 9th generation??

  • @skirth3929
    @skirth3929 Год назад

    thanks for the video helped out!

  • @Fubbl
    @Fubbl Год назад

    So in order to get this going you need to have a macbook and you need to keep it running. Otherwise your connection shuts of??

  •  Год назад +5

    Muy buen e informativo video!! Gracias.

  • @changtimwu
    @changtimwu Год назад

    Surprisingly, YT suggested this video after 100+ useless search results.

  • @a1ex3d
    @a1ex3d Год назад

    Hello! I install code-server on proxmox container and now I can access to it, but my main folder is root - how can I change it ?

  • @mossioz6963
    @mossioz6963 Год назад

    Thank you. Is it possible to have the server installed on the iPad? I need to work without network connection.

  • @youtubeitisisntit7333
    @youtubeitisisntit7333 Год назад +5

    VS code on ipad - is it practical? Any major issue?

    • @rolworks
      @rolworks Год назад +2

      No. It's impractical and you cant scroll the open editors using Apple's Magic Keyboard.

    • @Yep6803
      @Yep6803 5 месяцев назад

      I use it… depends. What is your need? Btw in the middle of the video he says it.

    • @lawnside82
      @lawnside82 4 месяца назад

      I dont understand. It works just fine on macos. Why cant we use it on ipad os. Even on m1 ipad..smh

  • @speedcuber-diary
    @speedcuber-diary Год назад

    logitech has Grate keyboards for iPad. I use k380 - no lags, and all functionality exists

  • @andikarangga9532
    @andikarangga9532 Год назад

    Great video, thanks

  • @neilyoung6671
    @neilyoung6671 Год назад

    Well done. Thanks

  • @ricolxwz
    @ricolxwz 11 месяцев назад

    Could you please calculate the price for student? The magic keyboard + apple pencil + ipad is almost equal to a macbook.

  • @kamertonaudiophileplayer847
    @kamertonaudiophileplayer847 Год назад

    Do you have a video how to use VS code on Android tablets? Samsung just announced a new line of tablets and it is very temping to start C++ development on them.

  • @diezxo7827
    @diezxo7827 6 месяцев назад

    Can I use a windows laptop to upload the Img and using it in my iPad?

  • @andreferreira.86
    @andreferreira.86 2 месяца назад

    Hello!
    I'd like to ask the model of the Synology NAS you are using?
    Thanks a lot, that was a great video!!!

    • @GeeksTable
      @GeeksTable  2 месяца назад

      Thank you and you’re welcome! I use DS218+.

  • @hstrinzel
    @hstrinzel 8 месяцев назад

    Thank you! Great video. With this is is possible to write code FOR the iPAD so that it RUNS ON the iPAD standalone?
    Do you know if any version of BASIC is available to run ON the iPAD?

    • @GeeksTable
      @GeeksTable  8 месяцев назад

      Thanks! Apple has Swift Playgrounds to write and run on an iPad. apps.apple.com/de/app/swift-playgrounds/id908519492?l=en-GB As for the Basic - have no idea, sorry.

  • @LewisLiu-fc7eg
    @LewisLiu-fc7eg Год назад

    Thank you so much! I don’t want to carry my laptop every day. Your video is very helpful! I am going to do it tonight

  • @user-jw9tz5zx4n
    @user-jw9tz5zx4n Месяц назад

    Does arduino work on one of them if yes tell me which one?

  • @Heiko_Jantz
    @Heiko_Jantz Год назад

    Hi. Ich habe Ubuntu 20.04 LTS auf einem Laptop. Kann ich damit die Umgebung einrichten, damit ich auf iPad das Servediter for code-server einrichten kann? Mir ist die Vorgehensweise nicht klar. Leider kann ich kaum Englisch und verstehe das Video nicht.
    Vielen Dank.

  • @youcantbeurself8882
    @youcantbeurself8882 2 года назад

    Is it possible to run docker through lets say linux while ipad gets the image? Also does aws/cloud solution allow to have vsc permamently no matter where you are or if laptop is launched?

  • @cagnozkut5851
    @cagnozkut5851 Год назад

    its a great video however we cant run,debug our program right ?

  • @youtubeitisisntit7333
    @youtubeitisisntit7333 Год назад

    Can you charge ipad using the magnetic dots on the back?

  • @SidNZ
    @SidNZ Год назад +4

    Would the same process work from windows to iPad ?

    • @XKS99
      @XKS99 Год назад +1

      Just Remote Desktop to your windows machine and you are good to go.

  • @jerry5149
    @jerry5149 Месяц назад

    What about Codespace?

  • @user-ex5ju3ec5g
    @user-ex5ju3ec5g 15 дней назад

    My iPad doesn’t support these apps and I don’t have any laptop so I’m kinda crying I think

  • @berketopuklar6693
    @berketopuklar6693 6 месяцев назад

    I loved your wallpaper using to your Mac. Is any have a link?

    • @GeeksTable
      @GeeksTable  6 месяцев назад

      basicappleguy.com/basicappleblog/studio-display-schematic

  • @will4900
    @will4900 2 года назад

    Hi does anyone know if flutter would work remote with the app?

  • @dralmukhtar
    @dralmukhtar Год назад

    can you help me to install it in QNAP NAS storage please?

  • @salehsaeed5519
    @salehsaeed5519 Год назад

    do we have a larger storage capacity or 64GB is enough?

  • @aboobakrkaraG
    @aboobakrkaraG Год назад

    So can you run vscode on an iPad Air

  • @shikahalshareef2636
    @shikahalshareef2636 Год назад

    Is the 7$ in all 1month or it’s forever instill for 7 dollars?

  • @lyricskillme1
    @lyricskillme1 Год назад

    Module which in itpec exam can do on ipad?

  • @sadalp
    @sadalp 2 года назад +2

    Great Video. Just a single question. I went on and installed Visual Studio Code inside a docker container (in windows if that makes any difference compared to installing on a Mac). But I need to code in C#, so I would need dotnet core to be installed in the same docker container (I guess it should be on the same container). Is there any way to do that? Because simply installing the C# extension inside VS Code isn't enough. I also noticed that the C# extension inside Visual Studio Code is not from Microsoft. Is it safe to install it?

    • @t0rvv
      @t0rvv Год назад

      I also want to code in C#, did you find a solution?

    • @sadalp
      @sadalp Год назад

      @@t0rvv Unfortunately not.

  • @rodsilla
    @rodsilla Год назад

    the app load a page, same you enter width safari

  • @dhavald4359
    @dhavald4359 Год назад

    can I code in neovim / vim on ipad?

  • @aryankingofvand667
    @aryankingofvand667 Год назад

    Gdzie Ty masz do pobrania visual studio na iPad?

  • @hnbiinh
    @hnbiinh Год назад

    What if I dont have any laptop?

  • @Dashing_Geometry
    @Dashing_Geometry Месяц назад

    did serveditor get deleted from the app store? because i cant search it and the link in the description doesnt work

    • @GeeksTable
      @GeeksTable  Месяц назад

      Seems so… :(

    • @dedalnok
      @dedalnok Месяц назад

      Same issue. I reached that part in my setup to figure out, that it got deleted!!!! 😭 Any workaround?

  • @yukine_tv1836
    @yukine_tv1836 Год назад

    Can i write ipad code

  • @lyricskillme1
    @lyricskillme1 Год назад

    Can code Python and java script ?

  • @rnetbell14
    @rnetbell14 Год назад

    Can i code in oracle sql

  • @ci9vt
    @ci9vt Год назад +1

    For all your iPad productivity problems. Change to surface pro. Problem solved.

    • @GeeksTable
      @GeeksTable  Год назад

      Yup, in my latest video I’m actually praising the Surface Pro. But unfortunately the battery doesn’t hold up on Intel-based models - charging a tablet everyday is not for me, personally.

  • @supzzz1727
    @supzzz1727 Год назад

    I am a IT student I want to buy a mac or a ipad what should I buy can you suggest?

    • @GeeksTable
      @GeeksTable  Год назад +2

      First Mac, later iPad. The latest M1 or M2 MacBooks are great for coding.

  • @sarasfiligoi7298
    @sarasfiligoi7298 10 месяцев назад

    Hi! Where did you get that t-shirt?

    • @GeeksTable
      @GeeksTable  10 месяцев назад

      Basic Apple Guy has quite a collection over here: basicappleguy.com/merch

  • @jeanyveslemagnifik2396
    @jeanyveslemagnifik2396 2 года назад

    great wallpaper any link?

    • @GeeksTable
      @GeeksTable  2 года назад +1

      Sure! Credit goes to BasicAppleGuy. drive.google.com/drive/folders/1OxUPz8aZznjUfldZGImI2X_yTvwm1FxQ

  • @a7med500
    @a7med500 Год назад

    Code app it is good

  • @JarppaGuru
    @JarppaGuru Год назад

    0:31 if you are student you should not money to expensive aluminium. there is cheaper that do same

  • @arsalansiddiqui5353
    @arsalansiddiqui5353 Год назад +1

    i just use the pc i have at home via chrome remote desktop 🤣

  • @hasanmahmud977
    @hasanmahmud977 Год назад

    if i dont have mac!! what will do

    • @Yep6803
      @Yep6803 5 месяцев назад

      use Gnu Linux? Windows?

  • @ts45673
    @ts45673 11 месяцев назад

    🎯 Key Takeaways for quick navigation:
    01:11 🎶 La gama Authentic de JBL presenta altavoces con diseño retro y potencia suficiente para llenar una sala.
    02:18 🗣️ Los altavoces de la gama Authentic son compatibles con ambos asistentes de voz, Alexa y Google Assistant, de forma simultánea.
    03:52 🎧 Los auriculares JBL 770 NC y 670 NC ofrecen cancelación de ruido, sonido espacial y buena autonomía por debajo de los 200 euros.
    04:48 🎉 El Party Box Ultimate de JBL es un altavoz potente diseñado para grandes espacios y fiestas, con luces sincronizadas con la música.
    05:55 🏃‍♂️ Los auriculares por conducción ósea de JBL son una solución diferente para deporte y actividades donde no deseas aislarte completamente.
    Made with HARPA AI

  • @avinashvundemodalu4007
    @avinashvundemodalu4007 5 месяцев назад

    It supports visual studio ?

    • @Yep6803
      @Yep6803 5 месяцев назад +1

      VS Code runs online plus you can save it in cache (and is solid). I prefer HTMLeditor or Koder for my purposes but it works and online is LIKE download… online you can use whole the extensions!
      Is a blame nobody say it.

    • @Yep6803
      @Yep6803 5 месяцев назад +1

      In my opinion this is how use it… not on server or on cache but online.

  • @csaratakij6339
    @csaratakij6339 Год назад

    Look how much they need to mimic termux

  • @MindaugasSarpis
    @MindaugasSarpis Год назад

    Are you german Lithuanian?

  • @lionbruh7189
    @lionbruh7189 2 года назад +2

    “How to code on your ¡Pad with VS code for free” proceeds to tell me to download a paid app…

    • @GeeksTable
      @GeeksTable  2 года назад +3

      Nope, servediter.app is still a free app to download and use. You pay only if you don’t host VS Code yourself.

  • @mentalisme
    @mentalisme 5 месяцев назад

    I was hoping for actual vs code but it sucks just as android

    • @Yep6803
      @Yep6803 5 месяцев назад

      Err… is online😅 I use it from Safari, is the same of Mac

    • @Yep6803
      @Yep6803 5 месяцев назад

      the app sucks, the web app is like web version of MS Office😅😊

    • @mentalisme
      @mentalisme 5 месяцев назад

      @@Yep6803 All the more worse. I want my files in my computer offline. But maybe I should just learn to use vim and stop worrying about Microsoft products.

  • @mnmc9791
    @mnmc9791 Год назад

    How to control pc with ipad 🙄

  • @poimomk1797
    @poimomk1797 11 месяцев назад

    It not freee