Skip to content

Commit

Permalink
Merge pull request #62 from meraymond2/0.0.10
Browse files Browse the repository at this point in the history
0.0.10
  • Loading branch information
meraymond2 authored Jul 13, 2021
2 parents 9b9a683 + 4095982 commit d4f76a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## Unreleased
### Added
- Adds more ide support for .lidr files, mainly hover and diagnostics, and some commands.
### Changed
### Fixed

## 0.0.10
### Added
- Adds more ide support for .lidr files: hover, diagnostics and most commands.
### Changed
- Updated the IDE process args to handle Idris2 0.4.0, specifically fixes it so it doesn't spew ansi colour codes everywhere.
### Fixed
- Fixed a bug where hover would send erroneous typecheck requests that weren't displayed, but slowed down the process.

## 0.0.9
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "meraymond",
"displayName": "Idris Language",
"description": "Language support for Idris and Idris 2.",
"version": "0.0.9",
"version": "0.0.10",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit d4f76a8

Please sign in to comment.