What's wrong with this entry?
Two improvements to the Windows sandbox configuration.
First, binShell can now be specified as an object {"exe": "...", "args": [...]} instead of only as a string token. This allows passing absolute paths to shells with custom argument arrays. The object form is Windows-only and is rejected on macOS/Linux.
Second, a new windows.srtWin.path setting allows pointing the sandbox at a custom srt-win.exe binary instead of the packaged one.
binShellstring form: bare token (cmd,powershell,pwsh) or absolute path tobash.exe/sh.exe/pwsh.exe/powershell.exebinShellobject form:{"exe": "<absolute path>", "args": ["..."]}- Error message updated: now accepts
pwsh.exeandpowershell.exein addition to the previousbash.exe/sh.exe windows.srtWin.path: if set, the file must exist; remove the key to fall back to the packaged binary- CA cert path is now passed to sandbox commands, enabling custom CA trust in Windows sandbox mode
binShell object form (search for "binShell object form is Windows-only") and srtWin path (search for "windows.srtWin.path is set to")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.