Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (15 loc) · 662 Bytes

CHANGELOG.md

File metadata and controls

28 lines (15 loc) · 662 Bytes

Change Log

All notable changes to the "djhtml-vscode" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[Unreleased]

  • Initial release

[1.0.0] - 2022-10-04

Changed

  • Updated to use Python extension APIs
  • Uses Python extension utilities to generate a diff from djhtml output

[1.0.1] - 2022-10-14

Fixed

  • Use Python extension's resolveEnvironment API to attempt to solve issues with determining the environment

[1.0.2] - 2022-11-15

Fixed

  • Catch up with vscode-python's proposed API changes (environment -> environments)