Map<K,V>
with escaped key not works properly in application.yml
#1243
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: property-editing-support
type: bug
Milestone
Describe the bug
If map key is escaped string (like
[/**]
), VSCode YAML code completion not works properly.To Reproduce
Sample configuratin class:
Key without escape works properly:
Key with escape provides no completion:
Requires one extra deeper indentation:
Completion provides no
host
, used in previous key:Sample
https://github.com/musashi-miyamoto/sts4-configuration-issue-reproduce-sample
The text was updated successfully, but these errors were encountered: