Creating a VS Code Extension - Crash Course (Developing Visual Studio Code Extensions)

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

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

  • @yonlehman
    @yonlehman 9 дней назад

    Great. Exactly the right length,pace and detail to get me keen to try it myself and then go and learn some more. Thanks

  • @prakhargupta5410
    @prakhargupta5410 Год назад +6

    This video was unexpectedly informative for a 20 minute tutorial
    Well done

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

    Wonderful tutorial mate. Just what I was looking for. Thanks a ton.

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

    Very helpful. Clear instructions, great pacing. Thanks very much

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

    Thank you. Very informative

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

    thank you so much, Evan!

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

    thanks man

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

    Following instructions installed clipboardy 3.0.0, which when run result in an error. I had to install the specific version 2.3.0 for the extension to run correctly

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

    The extension did not work for me it didn't give the code snippet

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

    The only thing, i felt is that, you missed the main part, "How to share it with the world"

    • @AHNT
      @AHNT 2 года назад +4

      There are three ways basically. 1) You can git clone the repository into said extensions folder and in install all libraries with npm or yarn. 2) You can compile it to a vsix file and install it from that file. 3) Publish it to the marketplace. You need to create an Azure account. It's a bit complicated, but of course there is a video for that as well: ruclips.net/video/q5V4T3o3CXE/видео.html

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

    Instead of clipboardy.write(....) which was raising an error, I used clipboardy.text = editor.document.getText();