Closed infact closed 1 month ago
please complete the following information:
I can't remove the Tabnine process, even after uninstalling the Visual Studio code extension. It still shows that the TabNine 4.24.0 process is running.
I tried the following commands from vs code terminal window , but nothing worked
Remove-Item -Recurse -Force "$env:USERPROFILE.tabnine"
Remove-Item -Recurse -Force "$env:APPDATA\TabNine"
Remove-Item -Recurse -Force "$env:APPDATA\Code\User\globalStorage\tabnine.tabnine-vscode"
Get-Process TabNine* | Stop-Process -Force
but it fails with message 'cannot find path ....because it does not exist.
gz#35332(related to Zendesk ticket #35332)
@infact , try this 0 https://support.tabnine.com/hc/en-us/articles/17823949049745-How-to-delete-Tabnine-completely-from-your-machine
please complete the following information:
I can't remove the Tabnine process, even after uninstalling the Visual Studio code extension. It still shows that the TabNine 4.24.0 process is running.
I tried the following commands from vs code terminal window , but nothing worked
Remove-Item -Recurse -Force "$env:USERPROFILE.tabnine"
Remove-Item -Recurse -Force "$env:APPDATA\TabNine"
Remove-Item -Recurse -Force "$env:APPDATA\Code\User\globalStorage\tabnine.tabnine-vscode"
Get-Process TabNine* | Stop-Process -Force
but it fails with message 'cannot find path ....because it does not exist.
gz#35332
(related to Zendesk ticket #35332)