Skip to content

Commit 67a55a4

Browse files
committed
update changelog
1 parent aa0fbf5 commit 67a55a4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.vscode/tasks.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"options": {
3131
"cwd": "${workspaceFolder}/3rd/luamake"
32-
},
32+
}
3333
},
3434
{
3535
"type": "shell",
@@ -42,7 +42,12 @@
4242
},
4343
"osx": {
4444
"command": "${workspaceFolder}/3rd/luamake/luamake rebuild"
45+
},
46+
"problemMatcher": [],
47+
"group": {
48+
"kind": "build",
49+
"isDefault": true
4550
}
46-
},
51+
}
4752
]
4853
}

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* `NEW` Add support for lambda style functions, `|paramList| expr` is syntactic sugar for `function(paramList) return expr end`
88
* `FIX` Respect `completion.showParams` config for local function completion
99
* `CHG` Improve performance of multithreaded `--check` and `undefined-field` diagnostic
10+
* `FIX` Bad triggering of the `inject-field` diagnostic, when the fields are declared at the creation of the object [#2746](https://github.com/LuaLS/lua-language-server/issues/2746)
1011

1112
## 3.9.3
1213
`2024-6-11`

0 commit comments

Comments
 (0)