added file pattern for property and yml files to improve generic editor handling for those files
This commit is contained in:
@@ -36,7 +36,8 @@
|
||||
</content-type>
|
||||
<file-association
|
||||
content-type="org.springframework.boot.ide.properties.application.properties"
|
||||
file-names="application.properties,application-dev.properties">
|
||||
file-names="application.properties,application-dev.properties"
|
||||
file-patterns="application-*.properties">
|
||||
</file-association>
|
||||
</extension>
|
||||
|
||||
@@ -50,7 +51,8 @@
|
||||
</content-type>
|
||||
<file-association
|
||||
content-type="org.springframework.boot.ide.properties.application.yml"
|
||||
file-names="application.yml,bootstrap.yml,application-dev.yml">
|
||||
file-names="application.yml,bootstrap.yml,application-dev.yml"
|
||||
file-patterns="application-*.yml">
|
||||
</file-association>
|
||||
</extension>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user