Describe the bug
When I try to run ! code . with the /sandbox enable I get:
Shell code . (sandboxed) 2 lines
/mnt/c/Users/user/AppData/Local/Programs/Microsoft VS Code/bin/code: 42: wslpath: not found
/mnt/c/Users/user/AppData/Local/Programs/Microsoft VS Code/bin/code: 62: /mnt/c/Users/user/AppData/Local/Programs/Microsoft VS Code/Code.exe: not found
I then added that path to the sandbox configuration via /sandbox config and it still fails.
If I run /sandbox disable it works.
Affected version
GitHub Copilot CLI 1.0.81-6
Steps to reproduce the behavior
/sandbox enable
! code .
Expected behavior
I should be able to run VScode after configuring additional filesystem code
Additional context
No response
Describe the bug
When I try to run
! code .with the/sandbox enableI get:I then added that path to the sandbox configuration via
/sandbox configand it still fails.If I run
/sandbox disableit works.Affected version
GitHub Copilot CLI 1.0.81-6
Steps to reproduce the behavior
/sandbox enable
! code .
Expected behavior
I should be able to run VScode after configuring additional filesystem code
Additional context
No response