rails / propshaft

Deliver assets for Rails
MIT License
864 stars 93 forks source link

Upgrade VS Code extension to Ruby LSP #162

Closed esasse closed 9 months ago

esasse commented 10 months ago

This upgrades VS Code extension in DevContainer to the new Ruby LSP. It also updates settings file format.

brenogazzola commented 10 months ago

@rafaelfranca Mind taking a look at this one? I don't use VSCode, so not sure of the impact.

esasse commented 9 months ago

@brenogazzola if it helps, take a look at main rails repo, they are using this same extension: https://github.com/rails/rails/blob/main/.devcontainer/devcontainer.json#L36.

brenogazzola commented 9 months ago

Yup, that helps. Thanks!