Remove spring agent for the release

This commit is contained in:
aboyko
2024-10-15 11:02:52 -04:00
parent b6cb5d0690
commit c3a45e7647

View File

@@ -31,16 +31,16 @@
"onCommand:vscode-spring-boot.ls.start"
],
"contributes": {
"chatParticipants": [
"//chatParticipants": [
{
"id": "springboot.agent",
"fullName": "Spring Tools",
"name": "spring",
"description": "Spring Tools chat agent",
"commands": [
"//id": "springboot.agent",
"//fullName": "Spring Tools",
"//name": "spring",
"//description": "Spring Tools chat agent",
"//commands": [
{
"name": "add",
"description": "Add a new spring module to the exisiting project"
"//name": "add",
"//description": "Add a new spring module to the exisiting project"
}
]
}