From 7763abcd34e903f7bc35d9735cec84275800c3a9 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Fri, 30 Aug 2024 09:50:28 +0200 Subject: [PATCH] mention AOP annotation in Copilot command and preference descriptions --- vscode-extensions/vscode-spring-boot/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vscode-extensions/vscode-spring-boot/package.json b/vscode-extensions/vscode-spring-boot/package.json index f9434caf3..9c831aaa9 100644 --- a/vscode-extensions/vscode-spring-boot/package.json +++ b/vscode-extensions/vscode-spring-boot/package.json @@ -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" } } },