| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
How did you install it? |
|
I used the installation script. curl -fsSL https://code-server.dev/install.sh | sh How do you uninstall code-server? |
|
|
For people using install script, the directory has changed to /usr/lib/code-server. |
rm -rf /usr/lib/code-server/ rm -rf $HOME/.config/code-server/ rm -rf $HOME/.cache/code-server rm -f $HOME/.local/share/code-server rm -f $HOME/.local/bin/code-server rm -f $HOME/.local/lib/code-server-* |
|
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 sudo rm -R /home/mysusername/.vscode-server/bin/ and then I ran code . As a result VSCode reinstalled along with all my data and installed extensions: Installing VS Code Server for x64 (2b35e1e6d88f1ce073683991d1eff5284a32690f) |
| Back | FazBrowse Home | New Git URL |
Uh oh!
There was an error while loading. Please reload this page.
{{title}}
Uh oh!
There was an error while loading. Please reload this page.
How to uninstall code-server ?