From c3a45e7647eec67182a801c2e53bd3e25876333c Mon Sep 17 00:00:00 2001 From: aboyko Date: Tue, 15 Oct 2024 11:02:52 -0400 Subject: [PATCH] Remove `spring` agent for the release --- .../vscode-spring-boot/package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/vscode-extensions/vscode-spring-boot/package.json b/vscode-extensions/vscode-spring-boot/package.json index 14d3d2963..cea4e05c2 100644 --- a/vscode-extensions/vscode-spring-boot/package.json +++ b/vscode-extensions/vscode-spring-boot/package.json @@ -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" } ] }