MCPcopy Index your code
hub / github.com/microsoft/vscode-cpptools / getReadmeMessage

Function getReadmeMessage

Extension/src/common.ts:712–716  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

710}
711
712export function getReadmeMessage(): string {
713 const readmePath: string = getExtensionFilePath("README.md");
714 const readmeMessage: string = localize("refer.read.me", "Please refer to {0} for troubleshooting information. Issues can be created at {1}", readmePath, "https://github.com/Microsoft/vscode-cpptools/issues");
715 return readmeMessage;
716}
717
718/** Used for diagnostics only */
719export function logToFile(message: string): void {

Callers 1

checkDistroFunction · 0.85

Calls 1

getExtensionFilePathFunction · 0.85

Tested by

no test coverage detected