Explain spel expressions and queries with copilot

This commit is contained in:
vudayani
2024-08-14 18:33:54 +05:30
committed by Martin Lippert
parent 992a7c7428
commit 578ca3ec4e
15 changed files with 20412 additions and 9 deletions

View File

@@ -16,7 +16,9 @@
},
"categories": [
"Programming Languages",
"Linters"
"Linters",
"AI",
"Chat"
],
"keywords": [
"java-properties",
@@ -241,6 +243,11 @@
"enablement": "vscode-spring-boot.active-app-state == 'connected'",
"icon": "$(refresh)",
"category": "Spring Boot"
},
{
"command": "vscode-spring-boot.query.explain",
"title": "Explain Spel Expressions and Queries",
"category": "Spring Boot"
}
],
"configuration": [
@@ -379,6 +386,11 @@
],
"scope": "window",
"description": "Defines which browser to use when opening Spring Boot apps web pages."
},
"boot-java.highlight-copilot-codelens.on": {
"type": "boolean",
"default": false,
"description": "Explain SpEL Expressions and queries using Copilot"
}
}
},
@@ -1252,7 +1264,7 @@
},
"devDependencies": {
"@types/node": "^18.8.0",
"@types/vscode": "1.75.0",
"@types/semver": "^7.5.8",
"@vscode/vsce": "^2.22.0",
"typescript": "^4.8.0"
},