microsoft / inshellisense

IDE style command line auto complete
MIT License
8.24k stars 181 forks source link

feat: add uninstall command #21

Closed cpendery closed 8 months ago

cpendery commented 8 months ago

Description

Adds an uninstall command that will remove the .inshellisense directory, resolve any changed shell config files, & prompt the user with a command to run a global npm uninstall.

Testing

Closes #7

Eastegg commented 8 months ago

Hello, I'm uninstall the inshellisense ,but it still occupied my ctrl+a hotkey. I using pwsh on win10, please help me. thank you.

g0ngjie commented 8 months ago

Hello, I'm uninstall the inshellisense ,but it still occupied my ctrl+a hotkey. I using pwsh on win10, please help me. thank you.

Manually delete the .inshellisense directory in the C:\Users\ ...\AppData folder

Eastegg commented 8 months ago

Hello, I'm uninstall the inshellisense ,but it still occupied my ctrl+a hotkey. I using pwsh on win10, please help me. thank you.

Manually delete the .inshellisense directory in the C:\Users\ ...\AppData folder

Thank you, problem solved!