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
```
This commit is contained in:
apainintheneck 2024-08-11 10:04:36 -07:00
parent 87b0800a6c
commit 9830c3522c

0
.vscode/ruby-lsp-activate.sh vendored Normal file → Executable file
View File