提交 c4081f0d 编写于 作者: M Matt Bierner

Continue tweaking tsc mismatch message

上级 f07f8992
......@@ -298,7 +298,7 @@ export default class BufferSyncSupport {
}
if (tscVersion && tscVersion !== this.client.apiVersion.versionString) {
window.showInformationMessage<MyMessageItem>(
localize('versionMismatch', 'Using TypeScript ({1}) for editor features. TypeScript ({0}) is installed globally on your machine. Inconsistent compile errors may occur', tscVersion, this.client.apiVersion.versionString),
localize('versionMismatch', 'Using TypeScript ({1}) for editor features. TypeScript ({0}) is installed globally on your machine. Errors in VS Code may differ from TSC errors', tscVersion, this.client.apiVersion.versionString),
{
title: localize('moreInformation', 'More Information'),
id: 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册