VScode 目录影藏某些文件不显示

简介

本来想将 .o 文件放入obj文件夹,奈何 Makefile 不会写....

参考链接

https://www.cnblogs.com/ezhar/p/12996465.html

settings.json

vs code 核心影藏文件配置

  "files.exclude": {
    "**/*.o": true,
    "**/*.pyc": true, //隐藏所有pyc文件
  }
Hope is a good thing,maybe the best of things,and no good thing ever dies.----------- Andy Dufresne
原文地址:https://www.cnblogs.com/eat-too-much/p/13791747.html