Commit 28a6243
fix: capture suggestion alongside unknownEntries for "did you mean?" hints
The hint is now stored at determination time rather than re-computed
in the error loop (where it was always undefined). When both kebab-case
and camelCase forms are provided (e.g. source-root + sourceRoot), the
duplicate is now rejected with a "did you mean?" suggestion instead of
being silently ignored.
Agent-Logs-Url: https://github.com/advanced-security/codeql-development-mcp-server/sessions/02a09bd4-39e4-4e83-968e-8562405a9f4c
Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>1 parent 92af8e0 commit 28a6243
4 files changed
Lines changed: 20 additions & 19 deletions
File tree
- server
- dist
- src/lib
- test/src/lib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188611 | 188611 | | |
188612 | 188612 | | |
188613 | 188613 | | |
188614 | | - | |
188615 | 188614 | | |
188616 | | - | |
| 188615 | + | |
188617 | 188616 | | |
188618 | 188617 | | |
188619 | 188618 | | |
188620 | | - | |
188621 | | - | |
| 188619 | + | |
188622 | 188620 | | |
188623 | 188621 | | |
188624 | 188622 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | 93 | | |
97 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
| 102 | + | |
| 103 | + | |
105 | 104 | | |
106 | 105 | | |
107 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
181 | 185 | | |
182 | 186 | | |
183 | 187 | | |
| |||
0 commit comments