记录本地文件修改,快速查找自己最近修改的文件,方便持续coding,提高开发效率
Record local file modifications, quickly find the files you recently modified, facilitate continuous coding, and improve development efficiency
Features
默认记录你本地最近30天内修改的文件,方便继续coding
By default, the files modified in the last 30 days are recorded locally, which is convenient for continuing coding.
自动加载项目.gitignore文件,忽略你不想要的修改文件
Automatically load the project's .gitignore file to ignore modified files you don't want
You can migrate the recorded files to other devices by copying the last_modify_file.json in the project root folder .vscode
扩展设置 Extension Settings
last-modify-files.enable: 启用扩展。(Enable/disable this extension.)
last-modify-files.exclude: 排除文件。(Exclude files.)
last-modify-files.expire: 记录修改文件的时间, 超过过期时间,记录将被移除,单位为天,默认30天 (The time to record the modification of the file, after the expiration time, the record will be removed, the unit is day, the default is 30 days)