We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
spring
1 parent b6cb5d0 commit c3a45e7Copy full SHA for c3a45e7
vscode-extensions/vscode-spring-boot/package.json
@@ -31,16 +31,16 @@
31
"onCommand:vscode-spring-boot.ls.start"
32
],
33
"contributes": {
34
- "chatParticipants": [
+ "//chatParticipants": [
35
{
36
- "id": "springboot.agent",
37
- "fullName": "Spring Tools",
38
- "name": "spring",
39
- "description": "Spring Tools chat agent",
40
- "commands": [
+ "//id": "springboot.agent",
+ "//fullName": "Spring Tools",
+ "//name": "spring",
+ "//description": "Spring Tools chat agent",
+ "//commands": [
41
42
- "name": "add",
43
- "description": "Add a new spring module to the exisiting project"
+ "//name": "add",
+ "//description": "Add a new spring module to the exisiting project"
44
}
45
]
46
0 commit comments