Closed HugoCasa closed 1 month ago
[!IMPORTANT] Improve PowerShell module loading robustness on Unix by modifying PSModulePath in handle_powershell_job() in bash_executor.rs. Behavior: In handle_powershell_job() in bash_executor.rs, change PSModulePath to use $PSHome/Modules instead of splitting the existing path. Ensures default modules are loaded and autoloading is disabled for robustness on Unix. Misc: Adjusts PowerShell environment setup to prevent issues with large cache exploration, especially on cloud environments. This description was created by for 520ab8eafb31ce9a607cfb652a836aec6084ef21. It will automatically update as commits are pushed.
[!IMPORTANT] Improve PowerShell module loading robustness on Unix by modifying PSModulePath in handle_powershell_job() in bash_executor.rs.
PSModulePath
handle_powershell_job()
bash_executor.rs
$PSHome/Modules
This description was created by for 520ab8eafb31ce9a607cfb652a836aec6084ef21. It will automatically update as commits are pushed.
520ab8e
View logs