File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -220,6 +220,16 @@ PLSAbstractServer >> messageProcess: anId put: aProcess [
220220 self context messageProcessesAt: anId put: aProcess
221221]
222222
223+ { #category : ' plp - base protocol' }
224+ PLSAbstractServer >> notifyMethod: aMethodString arguments: arguments [
225+
226+ self
227+ sendData: (self convertJRPCJsonableObjectToJSON:
228+ ((JRPCNotificationObject method: aMethodString) params: arguments)
229+ asJRPCJSON)
230+ toClient: clientOutStream
231+ ]
232+
223233{ #category : ' lsp - initialization' }
224234PLSAbstractServer >> onInitializeTrace: trace processId: processId locale: locale clientInfo: clientInfo rootPath: rootPath workspaceFolders: workspaceFolders capabilities: capabilities rootUri: rootUri [
225235 < jrpc: #initialize >
You can’t perform that action at this time.
0 commit comments