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

Latest commit

 

History

History
40 lines (23 loc) · 923 Bytes

changelog.md

File metadata and controls

40 lines (23 loc) · 923 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[2.0.0]

  • Complete async rewrite

[1.5.4]

Fixed

  • No errors being logged when there is an error in the js file.
  • ActiveTextEditor raising error instead of undefined

Deprecated

  • vscode.ext has now been deprecated and will be removed by 1.6.0, all of the ext functions/classes can now be accessed through vscode directly.

[1.5.3] - 2021-08-01

Added

  • vscode.window.show_text_document
  • context managers with vscode.window.set_status_bar_message

[1.5.2] - 2021-07-31

Added

  • This CHANGELOG file
  • Workspace Configurations
  • Documentation

Fixed

  • main.js not being included in packages