Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/vscode-languageserver-node
/ log
Method
log
jsonrpc/src/main.ts:226–226 ·
view source on GitHub ↗
(message: string, data?: string)
Source
from the content-addressed store, hash-verified
224
225
export
interface
Tracer {
226
log(message: string, data?: string): void;
227
}
228
229
export
enum ConnectionErrors {
Callers
10
log
Method · 0.65
testInitializeResult.ts
File · 0.65
traceSendingRequest
Function · 0.65
traceSendNotification
Function · 0.65
traceSendingResponse
Function · 0.65
traceReceivedRequest
Function · 0.65
traceReceivedNotification
Function · 0.65
traceReceivedResponse
Function · 0.65
_createMessageConnection
Function · 0.65
connection.test.ts
File · 0.65
Implementers
3
ConsoleLogger
client/src/client.ts
ConnectionLogger
server/src/main.ts
TracerImpl
server/src/main.ts
Calls
no outgoing calls
Tested by
no test coverage detected