File tree Expand file tree Collapse file tree 3 files changed +513
-488
lines changed Expand file tree Collapse file tree 3 files changed +513
-488
lines changed Original file line number Diff line number Diff line change 11# Changelog for vscode-haskell
22
3- ## 2.1.3 (Pre-release)
3+ ## 2.0.1
44
5- - Properly convert release metadata from json
5+ - Bad error message when ghcup is not installed
6+ ([ #591 ] ( https://github.com/haskell/vscode-haskell/pull/591 ) ) by @hasufell
7+ - Better error message if we can't find a HLS version for a given GHC
8+ ([ #588 ] ( https://github.com/haskell/vscode-haskell/pull/588 ) ) by @hasufell
9+ - Properly convert release metadata from json
610 ([ #585 ] ( https://github.com/haskell/vscode-haskell/pull/585 ) ) by @fendor
7-
8- ## 2.1.2 (Pre-release)
9-
1011- Ignore missing entries in Release Metadata
1112 ([ #582 ] ( https://github.com/haskell/vscode-haskell/pull/582 ) ) by @fendor
12-
13- ## 2.1.1 (Pre-release)
14-
1513- Add Tool class and print stacktraces
1614 ([ #579 ] ( https://github.com/haskell/vscode-haskell/pull/579 ) ) by @fendor
1715- List Env Vars we care about only
1816 ([ #578 ] ( https://github.com/haskell/vscode-haskell/pull/578 ) ) by @fendor
19-
20- ## 2.1.0 (Pre-release)
21-
2217- Prepare pre-release 2.1.0
2318 ([ #574 ] ( https://github.com/haskell/vscode-haskell/pull/574 ) ) by @fendor
2419- Enable pre-release feature for VSX Marketplace
2520 ([ #573 ] ( https://github.com/haskell/vscode-haskell/pull/573 ) ) by @fendor
26-
27- ## 2.0.0 (Pre-release)
28-
2921- Add prettier script
3022 ([ #566 ] ( https://github.com/haskell/vscode-haskell/pull/566 ) ) by @fendor
3123- Remove accidental run command
Original file line number Diff line number Diff line change 22 "name" : " haskell" ,
33 "displayName" : " Haskell" ,
44 "description" : " Haskell language support powered by the Haskell Language Server" ,
5- "version" : " 2.1.3 " ,
5+ "version" : " 2.0.1 " ,
66 "license" : " MIT" ,
77 "publisher" : " haskell" ,
88 "engines" : {
You can’t perform that action at this time.
0 commit comments