Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef20a27

Browse files
committed
fix(@schematics/angular): align labels in ai-config schema
The labels in the `ai-config` schematic were not aligned, this commit fixes the alignment. (cherry picked from commit ddebe3d)
1 parent e21bd5c commit ef20a27

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/schematics/angular/ai-config/schema.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,27 @@
2020
},
2121
{
2222
"value": "claude",
23-
"label": "Claude [ https://docs.anthropic.com/en/docs/claude-code/memory ]"
23+
"label": "Claude [ https://docs.anthropic.com/en/docs/claude-code/memory ]"
2424
},
2525
{
2626
"value": "cursor",
27-
"label": "Cursor [ https://docs.cursor.com/en/context/rules ]"
27+
"label": "Cursor [ https://docs.cursor.com/en/context/rules ]"
2828
},
2929
{
3030
"value": "gemini",
31-
"label": "Gemini [ https://ai.google.dev/gemini-api/docs ]"
31+
"label": "Gemini [ https://ai.google.dev/gemini-api/docs ]"
3232
},
3333
{
3434
"value": "copilot",
35-
"label": "GitHub Copilot [ https://code.visualstudio.com/docs/copilot/copilot-customization#_custom-instructions ]"
35+
"label": "GitHub Copilot [ https://code.visualstudio.com/docs/copilot/copilot-customization ]"
3636
},
3737
{
3838
"value": "jetbrains",
39-
"label": "JetBrains AI Assistant [ https://www.jetbrains.com/help/junie/customize-guidelines.html ]"
39+
"label": "JetBrains AI [ https://www.jetbrains.com/help/junie/customize-guidelines.html ]"
4040
},
4141
{
4242
"value": "windsurf",
43-
"label": "Windsurf [ https://docs.windsurf.com/windsurf/cascade/memories#rules ]"
43+
"label": "Windsurf [ https://docs.windsurf.com/windsurf/cascade/memories#rules ]"
4444
}
4545
]
4646
},

0 commit comments

Comments
 (0)