如何完全删除VS代码设置?



卸载vs-code后,弹出消息出现:

Your extensions and settings will not be removed. 

现在我想删除所有vs-code设置并将其作为新用户安装。我该怎么做?

如果要完全删除设置,请转到%AppData%Code并删除整个文件夹。然后卸载并重新安装。

如果还想删除所有扩展名,请删除%UserProfile%.vscode上的extensions文件夹。

尽管您可以使用rm来执行此操作,但使用code命令行更安全。 示例:https://code.visualstudio.com/docs/editor/command-line

最新更新