We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d86529 commit 0a95a38Copy full SHA for 0a95a38
internal/command/command_plugin.go
@@ -98,7 +98,7 @@ func (cp *CommandPlugin) Info() *bus.Info {
98
if cp.commandServerType.String() == model.Auxiliary.String() {
99
name = "auxiliary-command"
100
}
101
-
+
102
return &bus.Info{
103
Name: name,
104
internal/file/file_plugin.go
@@ -72,7 +72,7 @@ func (fp *FilePlugin) Info() *bus.Info {
72
if fp.serverType.String() == model.Auxiliary.String() {
73
name = "auxiliary-file"
74
75
76
77
78
0 commit comments