microsoft / inshellisense

IDE style command line auto complete
MIT License
8.22k stars 180 forks source link

fix: template & generator's cwd value #124

Closed cpendery closed 6 months ago

cpendery commented 6 months ago

Fixes the cwd value by receiving it from the shell rather than process.cwd() which doesn't update as the shell navigates.

Related to #12