Commit c127dbb
Fix line-based role context resolution and warn on invalid jarPath
- Role property keys at indent 4 (e.g. run-scripts:) now correctly
resolve to ROLE_KEY instead of ROLE_SCRIPT_REF in the fallback path
- Host list entries under roles now resolve to ROLE_HOST_REF in the
fallback path, matching the tree-based logic
- Show warning when configured qdup.lsp.jarPath does not exist instead
of silently falling back
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ad0e89b commit c127dbb
2 files changed
Lines changed: 23 additions & 10 deletions
File tree
- qDup-lsp/src/main/java/io/hyperfoil/tools/qdup/lsp
- vscode/src
Lines changed: 10 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
| 243 | + | |
| 244 | + | |
247 | 245 | | |
248 | 246 | | |
249 | | - | |
| 247 | + | |
250 | 248 | | |
251 | | - | |
252 | | - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
253 | 256 | | |
254 | 257 | | |
255 | 258 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
59 | 69 | | |
60 | 70 | | |
61 | 71 | | |
| |||
0 commit comments