You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a shell script that allows WSL users to run 'wslc' without the
.exe extension, similar to how VS Code ships a 'code' script alongside
code.exe. The script resolves wslc.exe relative to its own location
and forwards all arguments.
- src/windows/wslc/wslc: new shell script
- msipackage: include the script in the MSI package
- test/windows/SimpleTests.cpp: add WslcShellScript smoke test
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments