Files
iLSP/ilsp/bicep_lsp/proxy.py
Henrik Jess Nielsen 02c09f1d18
All checks were successful
Build and Deploy iLSP / test (push) Successful in 22s
Build and Deploy iLSP / build-and-deploy (push) Successful in 1m31s
fix(bicep): always suppress LS noise in version/param/param_value contexts
Previously the 'if lru_items:' guard meant that when our catalog returned
an empty list (e.g. a param with no allowed enum values), the Bicep LS
completions (Bicep keywords, schema types) would leak through unchanged.

Now the replace is unconditional for version/param/param_value contexts.
The Bicep LS has no knowledge of our private ACR registry so its output
in these positions is always noise — suppress it even when we have nothing
better to show.
2026-05-11 11:37:50 +02:00

12 KiB