microsoft / inshellisense

IDE style command line auto complete
MIT License
8.21k stars 179 forks source link

feat: improve shell inference #246

Closed cpendery closed 2 months ago

cpendery commented 2 months ago

This improves the shell inference by checking some shell specific environment variables before using the SHELL environment variable or the parent process name. Specifically makes nu & xonsh more reliable on Windows.

Fixes part of #244