shift + command + p之后输入setting
在工作目录中加入一下配置文件
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/*.pyc": true,
"**/.DS_Store": true
}
}
来源:CSDN
作者:分子美食家
链接:https://blog.csdn.net/weixin_40083227/article/details/103684510