OOP IS CRINGE! Debugging your comments #1

Поделиться
HTML-код
  • Опубликовано: 13 янв 2025

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

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

    🗿

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

    Looking at some comments/questions, I can just say..... Keep up the great work!!!

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

    I don't understand why people rave about the Arduino IDE so much. After all, it's a worse version of Notepad++ with a ready compiler pack and a library manager. in VS Code there are no problems to edit anything. As you will know - it makes the job very easy.
    BTW: did you know PlatformIO can be used without VS Code?

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

    I think you did a great job in thre previously video I learn so much thank you

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

    Such a great video, give us more!

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

    Pio doesn t load on Vs codium do you know maybe why

    • @jse-shack825
      @jse-shack825  Год назад +1

      Good point! PlatformIO uses C/C++ extensions and MS wants to have full authority over these extensions, just like anything C# and .NET related. For this reason, they "hide" certain extensions from other builds of VSCode. To fix this go to the VS marketplace, search for platformio and click it. On the left under "resources" there's a link called "download extensions". It will download a ".vsix" file. Back in VSCodium, click the little three dots at the top of the extensions window and add it from file.

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

      @@jse-shack825 i got pio but vscodium says: Cannot activate the 'PlatformIO IDE' extension because it depends on an unknown 'ms-vscode.cpptools' extension.

    • @jse-shack825
      @jse-shack825  Год назад

      @@unodragon2294 That's the catch: you need to install these manually as well. Look for C/C++ tools extensions.

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

      @@jse-shack825 thanks it works thank you very much