Skip to content

Commit 7763abc

Browse files
committed
mention AOP annotation in Copilot command and preference descriptions
1 parent 64e7084 commit 7763abc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vscode-extensions/vscode-spring-boot/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
},
247247
{
248248
"command": "vscode-spring-boot.query.explain",
249-
"title": "Explain Spel Expressions and Queries",
249+
"title": "Explain Spel expressions, Spring Data queries, and AOP annotations (using Copilot)",
250250
"category": "Spring Boot"
251251
}
252252
],
@@ -390,7 +390,7 @@
390390
"boot-java.highlight-copilot-codelens.on": {
391391
"type": "boolean",
392392
"default": false,
393-
"description": "Explain SpEL Expressions and queries using Copilot"
393+
"description": "Explain SpEL expressions, Spring Data queries, and AOP annotations using Copilot"
394394
}
395395
}
396396
},

0 commit comments

Comments
 (0)