microsoft / inshellisense

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

Initialize fails in fish #245

Closed filipelperes closed 2 months ago

filipelperes commented 2 months ago

After install inshellisense and run is init fish >> ~/.config/fish/config.fish

why when I open my fish show fish: Invalid token 'C:\Users\filip\AppData\Roaming\npm\node_modules\@microsoft\inshellisense\shell\shellIntegration.fish' . C:\Users\filip\AppData\Roaming\npm\node_modules\@microsoft\inshellisense\shell\shellIntegration.fish ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

Environment

cpendery commented 2 months ago

@filipelperes how did you install fish on Windows? I think the issue is that fish can't handle windows paths which inshellisense generates since it's running on a windows machine.