简体   繁体   English

如何从 snap 中卸载 VS 代码

[英]How do I uninstall VS code from snap

I've tried uninstalling it to install it again to start from scratch but it's not working.我已经尝试卸载它以重新安装它以从头开始,但它不起作用。 I used sudo snap remove code and sudo snap remove code --purge .我使用了sudo snap remove codesudo snap remove code --purge But once I install it again everything is there, every extension.但是一旦我再次安装它,一切都在那里,每个扩展。 everything.一切。

Clean uninstall# If you want to remove all user data after uninstalling VS Code, you can delete the user data folders Code and.vscode.清除卸载#如果你想在卸载VS Code后删除所有用户数据,你可以删除用户数据文件夹Code和.vscode。 This will return you to the state before you installed VS Code.这将使您在安装 VS Code 之前返回 state。 This can also be used to reset all settings if you don't want to uninstall VS Code.如果您不想卸载 VS Code,这也可用于重置所有设置。

Linux - Delete $HOME/.config/Code and ~/.vscode. Linux - 删除 $HOME/.config/Code 和 ~/.vscode。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Debian上卸载xdebug? - How do I uninstall xdebug on Debian? 如何卸载旧版本的Ruby,这是明智的选择吗? - How do I uninstall an old version of Ruby, and is it a wise thing to do? 如何卸载Linux程序的多个版本的一个副本 - how do i uninstall one copy of multiple builds of a linux program 无法安装“代码”:经典限制需要 /snap 下的快照或从 /snap 到 /var/lib/snapd/snap 的符号链接 - cannot install "code": classic confinement requires snaps under /snap or symlink from /snap to /var/lib/snapd/snap 你如何在* nix中卸载? - How do you uninstall in *nix? 在 windows linux 子系统的 VS Code 中打开时,如何防止 windows 无效文件名被重命名? - How do I prevent a windows invalid file name from getting renamed when opening in VS Code in the windows linux subsystem? 如何卸载我检查已安装的rpm? - How to uninstall a rpm that I checkinstalled? 如何卸载setuptools? - How can I uninstall setuptools? 在 Ubuntu 下使用 snap 时如何将 nvim 添加到 update-alternatives - How do I add nvim to update-alternatives when using snap under Ubuntu 我从源代码安装了 GCC 5.2,但我不知道如何在 Ubuntu 15.04 上卸载它 - I installed GCC 5.2 from source and I don't know how to uninstall it on Ubuntu 15.04
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM