📜  vscode 显示所有扩展 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:04.536000             🧑  作者: Mango

代码示例2
//How To Delete all Visual Studios Code Extensions that you installed


//Open Terminal or Command Prompt, and enter one of this codes below to delete
//your extensions 

// For Mac/Linux
rm -rf ~/.vscode/extensions
//For Windows 
rmdir %USERPROFILE%\.vscode\extensions /s