Explain spel expressions and queries with copilot
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user