Closed datho7561 closed 6 months ago
Add null check for customTags setting, so if the setting is not set completion will not fail.
customTags
Fixes #807
I added an integration test.
coverage: 84.174% (+0.04%) from 84.138% when pulling d97f95e6679e04ee32e544b5a3df2ed659fe4bcc on datho7561:807-custom-tags-null-check into 0e17579f36cc56b37d6d65b6438e64937b0f2390 on redhat-developer:main.
What does this PR do?
Add null check for
customTags
setting, so if the setting is not set completion will not fail.What issues does this PR fix or reference?
Fixes #807
Is it tested? How?
I added an integration test.