Skip to content

Commit

Permalink
Fix a translation (microsoft#168353)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLeonhardt authored Dec 7, 2022
1 parent e25b892 commit eab8c54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export class ElectronServiceProcessFactory implements TsServerProcessFactory {
let tsServerPath = version.tsServerPath;

if (!fs.existsSync(tsServerPath)) {
vscode.window.showWarningMessage(vscode.l10n.t("The path {0} doesn\'t point to a valid tsserver install. Falling back to bundled TypeScript version.', tsServerPath"));
vscode.window.showWarningMessage(vscode.l10n.t("The path {0} doesn\'t point to a valid tsserver install. Falling back to bundled TypeScript version.", tsServerPath));
versionManager.reset();
tsServerPath = versionManager.currentVersion.tsServerPath;
}
Expand Down

0 comments on commit eab8c54

Please sign in to comment.