Checklist
How often does this bug occurs?
always
Expected behavior
I am working on macOS 15 and the VS Code Extension.
Expedition this that 'Setup' runs without failing.
Actual behavior (suspected bug)
I am working on macOS 15 and the VS Code Extension. The Extension permanently fails with 'Setup'.
Terminal shows this root cause error message:
Error: $HOME must be set to run brew.
Some research (googling) show's that this a common error with macOS 15. A problem with the HOME-Variable.
I investigated the main script 'extension.js' and fixed it for macOS 15: HOME is set manually.
See attached the fixed 'extension.js'. With code-compare you can find the minimal changes and might fix it.
Regards Thomas
Fixed file:
extension.js
Error logs or terminal output
Error: $HOME must be set to run brew.
Steps to reproduce the behavior
See actual behavior section
Project release version
normal version
System architecture
ARM 64-bit (Apple M1/M2, Raspberry Pi 4/5)
Operating system
MacOS
Operating system version
macOS 15
Shell
Bash
Additional context
macOS 15.7.3 at MacBook Air, M3
Checklist
How often does this bug occurs?
always
Expected behavior
I am working on macOS 15 and the VS Code Extension.
Expedition this that 'Setup' runs without failing.
Actual behavior (suspected bug)
I am working on macOS 15 and the VS Code Extension. The Extension permanently fails with 'Setup'.
Terminal shows this root cause error message:
Error: $HOME must be set to run brew.
Some research (googling) show's that this a common error with macOS 15. A problem with the HOME-Variable.
I investigated the main script 'extension.js' and fixed it for macOS 15: HOME is set manually.
See attached the fixed 'extension.js'. With code-compare you can find the minimal changes and might fix it.
Regards Thomas
Fixed file:
extension.js
Error logs or terminal output
Steps to reproduce the behavior
See actual behavior section
Project release version
normal version
System architecture
ARM 64-bit (Apple M1/M2, Raspberry Pi 4/5)
Operating system
MacOS
Operating system version
macOS 15
Shell
Bash
Additional context
macOS 15.7.3 at MacBook Air, M3