Home > Development Tools > VSCode > body text

How to delete all extensions in VScode

angryTom
Release: 2020-02-04 17:07:00
Original
8342 people have browsed it

How to delete all extensions in VScode

How to delete all extensions in VScode

Sometimes we want to delete all extensions in VScode. If there are few extensions installed, we can manually delete one It would be too cumbersome to delete many of them manually. In fact, vscode extensions are stored in the .vscode/extensions directory under the user directory. You only need to delete it.

Delete commands for different systems:

● MacOS / Linux

rm -rf ~/.vscode/extensions
Copy after login

● Windows

rmdir %USERPROFILE%\.vscode\extensions /s
Copy after login

Recommended related articles and tutorials: vscode tutorial

The above is the detailed content of How to delete all extensions in VScode. 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