
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 ```
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 ```