Skip to content

Commit c3a45e7

Browse files
committed
Remove spring agent for the release
1 parent b6cb5d0 commit c3a45e7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@
3131
"onCommand:vscode-spring-boot.ls.start"
3232
],
3333
"contributes": {
34-
"chatParticipants": [
34+
"//chatParticipants": [
3535
{
36-
"id": "springboot.agent",
37-
"fullName": "Spring Tools",
38-
"name": "spring",
39-
"description": "Spring Tools chat agent",
40-
"commands": [
36+
"//id": "springboot.agent",
37+
"//fullName": "Spring Tools",
38+
"//name": "spring",
39+
"//description": "Spring Tools chat agent",
40+
"//commands": [
4141
{
42-
"name": "add",
43-
"description": "Add a new spring module to the exisiting project"
42+
"//name": "add",
43+
"//description": "Add a new spring module to the exisiting project"
4444
}
4545
]
4646
}

0 commit comments

Comments
 (0)