mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00

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