mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Allow profiles auto-completion for spring.profiles.group
Closes gh-51273
This commit is contained in:
+8
@@ -814,6 +814,14 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "spring.profiles.group",
|
||||
"providers": [
|
||||
{
|
||||
"name": "spring-profile-name"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "spring.profiles.include",
|
||||
"providers": [
|
||||
|
||||
Reference in New Issue
Block a user