Home > Development Tools > VSCode > body text

What to do if vscode cannot be deleted cleanly

hzc
Release: 2020-06-06 14:52:27
Original
5496 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!