pil0u / lewagon-aoc

Advent of Code x Le Wagon
https://aoc.lewagon.community
MIT License
28 stars 5 forks source link

Remove `solargraph` dependency #639

Closed pil0u closed 4 weeks ago

pil0u commented 4 weeks ago

Summary of changes and context

When setting up my new VSCode, I figured the new way of doing things is via the ruby-lsp instead of solargraph.

Keeping solargraph in the dependencies prevented the language server to update properly (via VSCode), removing it solved the issue.

Sanity checks