mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Fixes #11437: Change 'The workspace folder contains a TypeScript version' message
This commit is contained in:
@@ -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
|
||||
),
|
||||
...[{
|
||||
|
||||
Reference in New Issue
Block a user