提交 b5a3c735 编写于 作者: D Dirk Baeumer

Fixes #11437: Change 'The workspace folder contains a TypeScript version' message

上级 4348ca05
......@@ -304,7 +304,7 @@ export default class TypeScriptServiceClient implements ITypescriptServiceClient
versionCheckPromise = window.showInformationMessage<MyMessageItem>(
localize(
'localTSFound',
'The workspace folder contains a TypeScript version {0}. Do you want to use this version instead of the bundled version {1}?',
'The workspace folder contains TypeScript version {0}. Do you want to use this version instead of the bundled version {1}?',
localVersion, shippedVersion
),
...[{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册