提交 b10d0241 编写于 作者: W Wade Anderson 提交者: GitHub
上级 8650a786
...@@ -407,7 +407,7 @@ export default class TypeScriptServiceClient implements ITypescriptServiceClient ...@@ -407,7 +407,7 @@ export default class TypeScriptServiceClient implements ITypescriptServiceClient
} }
if (tscVersion && tscVersion !== version) { if (tscVersion && tscVersion !== version) {
window.showInformationMessage<MyMessageItem>( 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'), title: localize('moreInformation', 'More Information'),
id: 1 id: 1
...@@ -720,4 +720,4 @@ export default class TypeScriptServiceClient implements ITypescriptServiceClient ...@@ -720,4 +720,4 @@ export default class TypeScriptServiceClient implements ITypescriptServiceClient
} }
this.logTrace(`Event received: ${event.event} (${event.seq}).`, data); 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.
先完成此消息的编辑!
想要评论请 注册