Files
iLSP/ilsp/bicep_lsp/modules.py
Henrik Jess Nielsen 5cb3e04b6e
All checks were successful
Build and Deploy iLSP / test (push) Successful in 22s
Build and Deploy iLSP / build-and-deploy (push) Successful in 1m20s
fix(modules): case-insensitive module ref lookup
Catalog stores lowercase paths (e.g. modules/keyvault) but .bicep files
may use camelCase (e.g. modules/keyVault). Make get_module_by_ref
case-insensitive so completions work regardless of casing.
2026-05-11 11:41:35 +02:00

12 KiB