File tree 3 files changed +513
-488
lines changed
3 files changed +513
-488
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for vscode-haskell
2
2
3
- ## 2.1.3 (Pre-release)
3
+ ## 2.0.1
4
4
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
6
10
([ #585 ] ( https://github.com/haskell/vscode-haskell/pull/585 ) ) by @fendor
7
-
8
- ## 2.1.2 (Pre-release)
9
-
10
11
- Ignore missing entries in Release Metadata
11
12
([ #582 ] ( https://github.com/haskell/vscode-haskell/pull/582 ) ) by @fendor
12
-
13
- ## 2.1.1 (Pre-release)
14
-
15
13
- Add Tool class and print stacktraces
16
14
([ #579 ] ( https://github.com/haskell/vscode-haskell/pull/579 ) ) by @fendor
17
15
- List Env Vars we care about only
18
16
([ #578 ] ( https://github.com/haskell/vscode-haskell/pull/578 ) ) by @fendor
19
-
20
- ## 2.1.0 (Pre-release)
21
-
22
17
- Prepare pre-release 2.1.0
23
18
([ #574 ] ( https://github.com/haskell/vscode-haskell/pull/574 ) ) by @fendor
24
19
- Enable pre-release feature for VSX Marketplace
25
20
([ #573 ] ( https://github.com/haskell/vscode-haskell/pull/573 ) ) by @fendor
26
-
27
- ## 2.0.0 (Pre-release)
28
-
29
21
- Add prettier script
30
22
([ #566 ] ( https://github.com/haskell/vscode-haskell/pull/566 ) ) by @fendor
31
23
- Remove accidental run command
Original file line number Diff line number Diff line change 2
2
"name" : " haskell" ,
3
3
"displayName" : " Haskell" ,
4
4
"description" : " Haskell language support powered by the Haskell Language Server" ,
5
- "version" : " 2.1.3 " ,
5
+ "version" : " 2.0.1 " ,
6
6
"license" : " MIT" ,
7
7
"publisher" : " haskell" ,
8
8
"engines" : {
You can’t perform that action at this time.
0 commit comments