Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# changelog

## Unreleased
<!-- Add all new changes here. They will be moved under a version at release -->
* `New` Omit parameter hints when the argument name matches
* `FIX` Fix a typo in `no-unknown` diagnostic message

## 3.16.1
`2025-12-8`
Expand Down
2 changes: 1 addition & 1 deletion locale/en-us/script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ DIAG_COSE_NON_OBJECT =
DIAG_COUNT_DOWN_LOOP =
'Do you mean `{}` ?'
DIAG_UNKNOWN =
'Can not infer type.'
'Cannot infer type.'
DIAG_DEPRECATED =
'Deprecated.'
DIAG_DIFFERENT_REQUIRES =
Expand Down
Loading