4 Commits

Author SHA1 Message Date
Rylan Polster
22dfe9267e
Fix vscode ruby-lsp setup for GitHub codespaces 2025-06-12 18:24:49 -04:00
apainintheneck
9830c3522c Make ruby-lsp-activate.sh executable
My local shell was ignoring the shebang since it wasn't executable
and trying to load it with fish which failed. Making the script
executable solved that problem.

```console
$ chmod +ux .vscode/ruby-lsp-activate.sh
```
2024-08-11 10:04:36 -07:00
Rylan Polster
1c234c380a
Remove redundant / 2024-08-02 16:13:50 -04:00
Rylan Polster
b26bf95288
Update Ruby LSP config to install necessary gems automatically 2024-08-02 15:52:58 -04:00