Build and Debug NodeJS Typescript with ONLY VSCODE

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

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

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

    Brilliant video. Short and to the point. Each section is seconds long, meaning I can just go back and rewatch each part when I'm stuck. I've already come back to this 3 times for help. Amazing stuff!

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

      Glad you found the chapters useful! 🌹

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

    Basarat is a rising star

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

      Thanks for the positivity 🤗

  • @Jack1430.
    @Jack1430. 3 года назад +2

    Im so grateful buddy!!
    Congratulations and hugs from Spain

  • @The3waykilla
    @The3waykilla 3 года назад +4

    Command + Shift + B (Mac)
    Ctrl + Shift + B (Win)

  •  Год назад

    simply awesome.

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

    Love it, thank you sir

  • @mahmirr
    @mahmirr 3 года назад +3

    Very very helpful! Thanks very much for your help. Concise and to-the-point!

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

    That seriously helped me a lot today. thanks a bunch

    • @basarat
      @basarat  3 года назад

      You're so welcome 🌹

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

    Thank Basarat ! it is very very very helpful for starting typescript and VScode. simple yet everything.
    fyi- is not shown command menu, first do then you can see

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

      Thanks for pointing that out

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

    Thanks Basarat really short and sweet tutorial on debugging didn't know there was a debug console this helps a lot!

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

      Glad it helped!

  • @TheXwodnavel
    @TheXwodnavel 4 года назад +4

    That was really helpful. You saved me man! :)

    • @basarat
      @basarat  4 года назад

      Glad I was helpful ❤️. Thanks for the comment 🌹

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

    Helpful content as always, Thanks!

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

    I love this tutorial, very efficient

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

    This is terrific! Worked like a charm. Do you have any suggestions on how to run the Live Preview extension to work on a project for which you're using a /src folder for source code, /public for static assets and /build for compiled code, where all /public assets are copied into /build? I'm having a hard time figuring out a constructive workflow that allows me to edit the HTML & CSS in the build folder from the HTML & CSS in the /public folder.

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

    very helpful! Thanks

  • @georgesaeid7231
    @georgesaeid7231 3 года назад

    Very helpful as always. Thank you.

  • @elcanaldeflo
    @elcanaldeflo 3 года назад

    thanks bro... i can run debug in my proyect!!

  • @learnmaziyyah473
    @learnmaziyyah473 4 года назад +1

    Love You Brother

    • @basarat
      @basarat  4 года назад +1

      Thanks for the comment 🌹

    • @learnmaziyyah473
      @learnmaziyyah473 4 года назад

      @@basarat Welcome => brother i have a question how we can use ts-node/paths in production because when it compiles with vscode the "module not found popup" and debugger also not working. can you please guide me i started typescript because of your stater guide 5 days ago.

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

    i love you now

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

      Thanks ☺️🌹

  • @whoman7930
    @whoman7930 3 года назад

    So thats really a quality content.
    Where are you from bro?

    • @basarat
      @basarat  3 года назад

      Thanks bro 🌹🇦🇺

  • @ahmedma527
    @ahmedma527 3 года назад

    Can you please how to attach to a process instead of launching a new one ("request": "attach")? it is very helpful because with attaching I would not lose all my bookmarks also I do not have to reload the page and lose the app state. It worked perfectly in Visual Studio but (same concept) and that exists here in vs code as well but we need to figure out how to do that (attach). I tried my self and I checked the documentation and other source but did not work out. Waiting for your help, please. Thank you in advance.

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

    This debugging doesn't work if you add a Typescript Class into your project ... show us on a video if it works for you?