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

This commit is contained in:
Dirk Baeumer
2016-09-02 10:51:02 +02:00
parent 4348ca050d
commit b5a3c7350b

View File

@@ -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
),
...[{