提交 a0f68bfe 编写于 作者: D Dirk Bäumer 提交者: GitHub

Merge pull request #13432 from Microsoft/waderyan/version-mismatch-messaging

Updated version mismatch Info message
......@@ -407,7 +407,7 @@ export default class TypeScriptServiceClient implements ITypescriptServiceClient
}
if (tscVersion && tscVersion !== version) {
window.showInformationMessage<MyMessageItem>(
localize('versionMismatch', 'A version mismatch between the globally installed tsc compiler ({0}) and VS Code\'s language service ({1}) has been detected. This might result in inconsistent compile errors.', tscVersion, version),
localize('versionMismatch', 'Version mismatch! global tsc ({0}) != VS Code\'s language service ({1}). Inconsistent compile errors might occur', tscVersion, version),
{
title: localize('moreInformation', 'More Information'),
id: 1
......@@ -720,4 +720,4 @@ export default class TypeScriptServiceClient implements ITypescriptServiceClient
}
this.logTrace(`Event received: ${event.event} (${event.seq}).`, data);
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册