How to uninstall code-server ? #1989
Replies: 8 comments 7 replies
-
How did you install it? |
Beta Was this translation helpful? Give feedback.
-
I used the installation script.
How do you uninstall code-server? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
For people using install script, the directory has changed to |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
[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) |
Beta Was this translation helpful? Give feedback.
-
How to uninstall code-server ?
code-server --version
: v3.3.1Beta Was this translation helpful? Give feedback.
All reactions