Skip to content

Releases: caddyserver/vscode-caddyfile

v0.0.4

13 Oct 22:42
Compare
Choose a tag to compare

[v0.0.4] - 2020-10-13

Fixed

  • acme_ca_root not being highlighted in global options (26079b4)
  • Paths connected to a domain not being properly highlighted (#5)

v0.0.3

30 Aug 18:20
Compare
Choose a tag to compare

[v0.0.3] - 2020-08-30

Fixed

  • localhost not being treated as a domain (#3)
  • Domains not being properly highlighted after matchers (#4)
  • :<PORT> not being highlighted as a domain (#4)

Changed

  • Format command is now caddy fmt - instead of caddy fmt -stdin (ref)

v0.0.2

21 Aug 21:22
Compare
Choose a tag to compare

[v0.0.2] - 2020-08-21

Added

  • caddyfile.executable configuration option
  • Basic support for highlighting matchers

Removed

  • Wedgefile association. (#2)

Fixed

  • Formatter will no longer overwrite the file with it's previous content. (#1)

Changed

v0.0.1

17 Aug 17:18
Compare
Choose a tag to compare

v0.0.1

  • Initial Release