How to Set Up VS Code for Ruby

preview_player
Показать описание
In this video, I show you how to set up a Ruby development environment in VS Code.
Рекомендации по теме
Комментарии
Автор

vscode ruby doesn't seem to be available anymore

CloseStudios
Автор

Thank you so much, i was very confuse about how to configure. It's my first time using linux

hyak_
Автор

Thanks so much! Super helpful. I'm just learning to code with ruby and could not for the life of me, figure out how to run the code in vscode.

alinatsui
Автор

Didn´t know about Code Runner, thank you!!

gabrielsanchezcaballero
Автор

Worked like a charm! Thanks for the tut.

CovngtonsGhOst
Автор

Gracias amigo, me fue muy util tu video tutorial., Thanks a lot my friend!

ricardorenteria
Автор

Already deprecated the VSCode Ruby Ext

VantaCanadaBlack
Автор

Now it says vscode ruby is depricated and we should use Ruby LSP instead. I'm not sure if it is the same thing.
Thank you very much Unkert. Those two extration are amazing!!!

thiagosilvafarias
Автор

I just get:
[Running] ruby
...test_3_steps.rb:3:in `<main>': undefined method `Given' for main:Object (NoMethodError).

Panthermic