Skip to content

Commit d6d3d4b

Browse files
OmentaElvissumneko
authored andcommitted
FIX: Changed hello param to valid JSONRPC
The previous hello jsonrpc message caused sadness since it caused lsp clients to exit as it was not a correct way to say hello.
1 parent 01c6b61 commit d6d3d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/service/service.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ function m.testVersion()
250250
end
251251

252252
function m.sayHello()
253-
proto.notify('$/hello', 'world')
253+
proto.notify('$/hello', {'world'})
254254
end
255255

256256
function m.lockCache()

0 commit comments

Comments
 (0)