diff --git a/extensions/typescript/src/typescriptServiceClient.ts b/extensions/typescript/src/typescriptServiceClient.ts index e5aa8dfc0d5ec006c0993568bea953956c1dae6a..8dbf00ccc23bdf26a69c9151e4f2ea4d6cb79f72 100644 --- a/extensions/typescript/src/typescriptServiceClient.ts +++ b/extensions/typescript/src/typescriptServiceClient.ts @@ -304,7 +304,7 @@ export default class TypeScriptServiceClient implements ITypescriptServiceClient versionCheckPromise = window.showInformationMessage( 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 ), ...[{