We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b624c25 commit 483abf0Copy full SHA for 483abf0
1 file changed
docs/CHANGELOG.md
@@ -32,6 +32,11 @@ Semantic Versioning.
32
* The npm package now includes `copyright` files listing software licenses and
33
copyright notices.
34
* [E0086][] is no longer falsely reported in some cases.
35
+* VS Code (Windows x64): When the extension is first loaded, and a file has
36
+ errors, quick-lint-js no longer reports the first error always on the first
37
+ line. (The issue was a [compiler
38
+ bug](https://lists.gnu.org/archive/html/bug-binutils/2022-05/msg00099.html)
39
+ which we worked around.)
40
* quick-lint-js no longer creates and writes messages to `/tmp/qljs.log`.
41
42
### Changed
0 commit comments