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.
2 parents 1d0b507 + 6f9f130 commit afe4e01Copy full SHA for afe4e01
changelog.md
@@ -1,7 +1,9 @@
1
# changelog
2
3
## Unreleased
4
+<!-- Add all new changes here. They will be moved under a version at release -->
5
* `New` Omit parameter hints when the argument name matches
6
+* `FIX` Fix a typo in `no-unknown` diagnostic message
7
8
## 3.16.1
9
`2025-12-8`
locale/en-us/script.lua
@@ -89,7 +89,7 @@ DIAG_COSE_NON_OBJECT =
89
DIAG_COUNT_DOWN_LOOP =
90
'Do you mean `{}` ?'
91
DIAG_UNKNOWN =
92
-'Can not infer type.'
+'Cannot infer type.'
93
DIAG_DEPRECATED =
94
'Deprecated.'
95
DIAG_DIFFERENT_REQUIRES =
0 commit comments