简体   繁体   English

如何重置和删除我为 VS Code 添加的 Java 语言支持?

[英]How to reset and remove the Java language support which I had added for VS Code?

I had added support for Java in VS Code .我在 VS Code 中添加了对 Java 的支持。 I no longer need it so I want to remove the support and take my VS Code to the state it was before.我不再需要它,所以我想删除支持并将我的 VS Code 恢复到以前的状态。

You can uninstall it from the command line.您可以从命令行卸载它。 From the registry (regedit).从注册表(regedit)。 Open the key:打开钥匙:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

Select the Uninstall key and "Find" from the "Edit" menu.从“编辑”菜单中选择“卸载”键和“查找”。 Search for "Java."搜索“Java”。 This will show you which subkey the Java is located under.这将显示 Java 位于哪个子项下。 Identify the "UninstallString."识别“UninstallString”。 keystring.键串。 Use this command to uninstall Java.使用此命令卸载 Java。

After backing up settings about other languages, you can delete the follwoing folders to reset VS Code.备份其他语言的设置后,您可以删除以下文件夹以重置 VS Code。 Then install other needed extensions.然后安装其他需要的扩展。

Windows - Delete %APPDATA%\\Code and %USERPROFILE%\\.vscode . Windows - 删除%APPDATA%\\Code%USERPROFILE%\\.vscode
macOS - Delete $HOME/Library/Application Support/Code and ~/.vscode . macOS - 删除$HOME/Library/Application Support/Code~/.vscode
Linux - Delete $HOME/.config/Code and ~/.vscode . Linux - 删除$HOME/.config/Code~/.vscode

暂无
暂无

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

相关问题 使用 Artifactory 依赖项时,VS Code Java 语言支持中的“未解析的依赖项”/“无法解析导入” - "Unresolved dependency" / "import cannot be resolved" in VS Code Java language support when working with Artifactory dependecies 在 wsl 中打开文件夹时,VS Code 中出现“无法启动 Java 的客户端语言支持”错误 - "Couldn't start client Language Support For Java" error in VS Code when opening a folder in wsl 安装时 Red Hat 在 vs 代码中抛出错误的 Java(TM) 语言支持 - Language Support for Java(TM) by Red Hat throwing error in vs code while installing 此代码在 window 控制台上显示代码,但不在我使用的 textArea 上 - This code is displaying code on window console but not on the textArea which I had used 我如何在vs代码中调试用java编写的docker容器(storm crawler)? - How can i debug the the docker container(storm crawler) which is written in java in vs code? 我可以在同一个项目中使用本机语言支持和 Java 代码实现吗 - Can I use Native language support and Java code implementation in same project 如何从 VS 代码中的 Java 文件中删除所有未使用的导入 - How to remove all unused imports from a Java file in VS code Java库/ api,它将语言代码转换为语言名称 - Java library/api which converts language code to language name 如何删除已添加到Label的clickHandler? - How to remove clickHandler which already added to Label? 我为我的java库添加了CLI支持,如何方便地将其公开给我的库用户? - I added CLI support for my java library, how can I conveniently expose this to my library users?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM