Skip to content

Commit 4239ab2

Browse files
committed
[meta] v0.1.24
1 parent 33bfd2d commit 4239ab2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## v0.1.24
4+
5+
- ([#88](https://github.com/dramforever/vscode-ghc-simple/issues/88)) Work around cases where GHC prints diagnostics with column number 0. Thanks to [agocorona](https://github.com/agocorona) for reporting this issue.
6+
37
## v0.1.23
48

59
- ([#81](https://github.com/dramforever/vscode-ghc-simple/issues/81) Opening a file without a workspace honors `ghcSimple.replCommand`. Thanks to [EduardSergeev](https://github.com/EduardSergeev) for the contribution.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/dramforever/vscode-ghc-simple"
88
},
99
"license": "ISC",
10-
"version": "0.1.23",
10+
"version": "0.1.24",
1111
"publisher": "dramforever",
1212
"engines": {
1313
"vscode": "^1.40.0"

0 commit comments

Comments
 (0)