Skip to content

v0.3.0: Last modified gets updated automatically

Compare
Choose a tag to compare
@sidmishraw sidmishraw released this 16 Jan 08:51
· 32 commits to master since this release

[v0.3.0]

  • Fixed issue where the @last-modified field in the header was not getting updated automatically. Now, there is a configuration field topper.lastModified where the users can specify their custom field names for last-modified incase they do not use @last-modified. The default value is @last-modified.

Caveats: The implementation is choppy in some aspects because of limited support from VS Code APIs. Expect a better implementation in the next version.

  • Code cleanup.