摘要:Visual Studio Code 从 version 1.15 开始支持文件查看器的排序设置,这样对于文件比较多的情况使用最近修改来排序更加方便查找。
请参考官网的 Release Note。操作很简单,就是自己增加一个配置项即可。
1 | { |
其选项目前支持以下配置:
- filesFirst - Sort files before folders 文件优先
- mixed - Sort files and folders without separation
- modified - Sort by last modified time 最后修改时间
- type - Sort by file type 文件类型