How to uninstall code-server ? #1989
Replies: 8 comments 7 replies
|
How did you install it? |
|
I used the installation script.
How do you uninstall code-server? |
|
|
For people using install script, the directory has changed to |
|
|
You can just remove( rm -r ) the code-server directory. It depends on where you installed it, but if you used the install script by default it'll be in ~/.local/lib/code-server- and there will also be a binary symlink in ~/.local/bin/code-server you can remove. If you want to delete settings and data as well you can remove ~/.local/share/code-server and ~/.config/code-server , ~.cache/code-server. |
|
[WSL 2] i just deleted the bin folder using command As a result VSCode reinstalled along with all my data and installed extensions: Installing VS Code Server for x64 (2b35e1e6d88f1ce073683991d1eff5284a32690f) |
Uh oh!
There was an error while loading. Please reload this page.
How to uninstall code-server ?
code-server --version: v3.3.1All reactions