Home >Development Tools >VSCode >What to do if vscode cannot be deleted cleanly

What to do if vscode cannot be deleted cleanly

hzc
hzcOriginal
2020-06-06 14:52:275574browse

What to do if vscode cannot be deleted cleanly

Solution to the problem that vscode cannot be deleted:

Method 1:
Find the file in the personal folder The .vscode folder contains extensions and argv.json. extensions is the previously installed plug-in, and argv.json is the configuration information. If you want to uninstall it cleanly, just delete both.

What to do if vscode cannot be deleted cleanly

What to do if vscode cannot be deleted cleanly

Method 2: The principle is the same as method 1
1.win r Open and run %appdata% Return Enter
2. Delete the Code and Visual Studio Code folders
3. Enter %userprofile% in the address bar and press Enter
4. Delete the .vscode folder

Recommended tutorial: " VSCode tutorial

The above is the detailed content of What to do if vscode cannot be deleted cleanly. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn