Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Latest commit

 

History

History
26 lines (14 loc) · 924 Bytes

File metadata and controls

26 lines (14 loc) · 924 Bytes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.

[unreleased] - unreleased

Fixed

  • Fixed workspace discovery of folders without corral.json but containing a main.pony file (PR #9)
  • Properly discover all packages in a program, not only the packages and dependencies provided in corral.json (PR #8)

Added

Changed

[0.2.2] - 2024-07-27

Fixed

  • Properly set textDocumentSync properties of the serverCapabilities (PR #7)

[0.2.1] - 2024-06-24

Fixed

  • Upgrade pony-ast dependency to 0.2.1 (PR #1)