You are not logged in.
I installed the open source variant of vscode from pacman, and after uninstalling it, I deleted the files in .config that belong to the package, when I installed it back, to test it, the extensions I have installed in it still showed up, that is to say, some files are not being removed.
command I used to uninstall it:
sudo pacman -R code
also tried:
sudo pacman -Rn code
Last edited by kiskiller0 (2023-01-23 18:07:25)
Offline
The files a program creates in your $HOME, pacman doesn't touch it. So you need to manually delete the files, if you want.
And for the extensions, this page says is on $HOME/.vscode/extensions
In my case, I installed VS Codium and I have ~/.vscode-oss
Last edited by Adriik (2023-01-23 12:03:32)
I'm just someone. Please use [code] [/code] tags.
Command cheatsheet ♠ Command not found?
If I write something wrong in English, please correct me.
♪ Muchachos, ahora nos volvimos a ilusionar ★★★ ♪
Offline
The files a program creates in your $HOME, pacman doesn't touch it. So you need to manually delete the files, if you want.
And for the extensions, this page says is on $HOME/.vscode/extensions
In my case, I installed VS Codium and I have ~/.vscode-oss
you reply was helpful, thanx!
Last edited by kiskiller0 (2023-01-23 13:30:12)
Offline
Glad to help.
Don't forget to mark the thread as solved editing the title and adding [SOLVED].
I'm just someone. Please use [code] [/code] tags.
Command cheatsheet ♠ Command not found?
If I write something wrong in English, please correct me.
♪ Muchachos, ahora nos volvimos a ilusionar ★★★ ♪
Offline