Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/vscode-languageserver-node
/ warn
Method
warn
client/src/client.ts:129–131 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
127
console.error(message);
128
}
129
public warn(message: string): void {
130
console.warn(message);
131
}
132
public info(message: string): void {
133
console.info(message);
134
}
Callers
nothing calls this directly
Calls
1
warn
Method · 0.65
Tested by
no test coverage detected