mention AOP annotation in Copilot command and preference descriptions

This commit is contained in:
Martin Lippert
2024-08-30 09:50:28 +02:00
parent 64e7084514
commit 7763abcd34

View File

@@ -246,7 +246,7 @@
},
{
"command": "vscode-spring-boot.query.explain",
"title": "Explain Spel Expressions and Queries",
"title": "Explain Spel expressions, Spring Data queries, and AOP annotations (using Copilot)",
"category": "Spring Boot"
}
],
@@ -390,7 +390,7 @@
"boot-java.highlight-copilot-codelens.on": {
"type": "boolean",
"default": false,
"description": "Explain SpEL Expressions and queries using Copilot"
"description": "Explain SpEL expressions, Spring Data queries, and AOP annotations using Copilot"
}
}
},