()
| 710 | } |
| 711 | |
| 712 | export 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 */ |
| 719 | export function logToFile(message: string): void { |
no test coverage detected