Editing Code on your Raspberry Pi Remotely with VS Code

Поділитися
Вставка
  • Опубліковано 8 лис 2024

КОМЕНТАРІ • 24

  • @arpanshah355
    @arpanshah355 2 місяці тому

    Wow thank you for this tutorial! So quick and easy not at all complicated, good job!

  • @omegamagna
    @omegamagna Рік тому +3

    i'm getting this: could not establish connection to 'x.x.x.x' the remote host's architecture is not supported

    • @JDSchuitemaker
      @JDSchuitemaker Рік тому +2

      Same here. I also do not have to accept the fingerprint

  • @Arno_Saks
    @Arno_Saks 11 місяців тому

    thanks so much better than server code.. save my life and time

  • @jmsaltzman
    @jmsaltzman Рік тому +3

    Sadly doesn't work on Pi Zero W: Arm V6 architecture not supported.

    • @jonaaito
      @jonaaito 4 місяці тому +1

      took a couple hard, long hours wondering why the hell it doesnt work to find out

  • @Drafft_X
    @Drafft_X Рік тому +3

    It's saying couldn't be connected to host

  • @aayushtiru3950
    @aayushtiru3950 Рік тому +1

    Thank You for a very useful video

  • @Casanova_999
    @Casanova_999 Рік тому

    My question is im working on a Python program with a UI if I do this to share the files and I wanted to run the UI on my desktop instead of my PI would this be possible or would everything be executed remotely on the Raspberry Pi? Thanks for any info!

  • @ricardocallejo7422
    @ricardocallejo7422 2 роки тому

    Thanks for this tutorial.

  • @kademmohammed6836
    @kademmohammed6836 5 місяців тому

    thanks, amazing video

  • @soumildev3836
    @soumildev3836 Рік тому

    is your raspberry pi flashed with raspberry os or ubuntu server/desktop?

    • @j2inet
      @j2inet  Рік тому +1

      Pi OS (Raspbian)

  • @NA12495
    @NA12495 26 днів тому

    I select linux and then it errors out. It doesn't give me the option to inter my password or anything

  • @tvt3468
    @tvt3468 2 роки тому

    Thanks for the video
    !!!!!

  • @ModernKing64
    @ModernKing64 2 роки тому

    good stuff

  • @Watt25
    @Watt25 2 роки тому

    What to do if the file I wanted to edit needs root acces for write? Currently I receive NoPermission error when I want to save the file.

    • @Watt25
      @Watt25 2 роки тому

      Nevermind. I've found the Save-As-Root extension

  • @theeternallyvigilant5855
    @theeternallyvigilant5855 4 місяці тому

    Sadly only works from windows as the SSH extension is not provided for Linux.

  • @fireaussie7511
    @fireaussie7511 Рік тому

    it's saying permissions denied when trying to save a file or making a directory.

    • @j2inet
      @j2inet  Рік тому

      Hmmm...where are you trying to create your folder? If you are logged into the Pi directly can you create the folder? I would hazard a guess that you are trying to make a folder at the root level (which requires root permission). If you are making it somewhere else then you may need to grant permission to your user account to modify the folder. VS Code isn't going to prompt you for the root account if it doesn't have permission to do something.

    • @fireaussie7511
      @fireaussie7511 Рік тому

      @@j2inet yeah /var/www so definitely a root folder. But it worked by granting myself (pi user)permissions to the /www folder and now I can create files and folders in VSCode

  • @CyberRRoland
    @CyberRRoland Рік тому

    I just got my Raspberry pi so Idk what to type here 1:24

  • @RockOfGreece
    @RockOfGreece Рік тому

    unfortunately it won't work