Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/vscode-languageserver-node
/ warn
Method
warn
jsonrpc/src/main.ts:162–162 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
160
export
interface
Logger {
161
error(message: string): void;
162
warn(message: string): void;
163
info(message: string): void;
164
log(message: string): void;
165
}
Callers
2
warn
Method · 0.65
start
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