在工作区设置里添加如下代码:
{ "files.exclude": { "**/.git": true, "**/.svn": true, "**/.hg": true, "**/*.pyc": true, "**/.DS_Store": true } }
vscode过滤pyc文件
原文:http://www.cnblogs.com/kfx2007/p/6070485.html