MCPcopy Create free account
hub / github.com/angular/angular / info

Method info

vscode-ng-language-service/server/src/session.ts:743–748  ·  view source on GitHub ↗

* Show an information message in the remote console and log to file. * * @param message The message to show.

(message: string)

Source from the content-addressed store, hash-verified

741 * @param message The message to show.
742 */
743 info(message: string): void {
744 if (this.logToConsole) {
745 this.connection.console.info(message);
746 }
747 this.logger.msg(message, ts.server.Msg.Info);
748 }
749
750 /**
751 * Start listening on the input stream for messages to process.

Callers 5

findAngularCoreMethod · 0.95
mainFunction · 0.95

Calls 2

msgMethod · 0.80
infoMethod · 0.65

Tested by

no test coverage detected