Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/vscode-languageserver-node
/ error
Method
error
jsonrpc/src/main.ts:161–161 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
159
160
export
interface
Logger {
161
error(message: string): void;
162
warn(message: string): void;
163
info(message: string): void;
164
log(message: string): void;
Callers
4
invoke
Method · 0.65
handleResponse
Function · 0.65
handleNotification
Function · 0.65
handleInvalidMessage
Function · 0.65
Implementers
2
ConsoleLogger
client/src/client.ts
ConnectionLogger
server/src/main.ts
Calls
no outgoing calls
Tested by
no test coverage detected