From ec67467056f73190c72baafd6b629c91f70d5b88 Mon Sep 17 00:00:00 2001 From: gagik Date: Fri, 8 Nov 2024 17:35:53 +0100 Subject: [PATCH] use l10tn in errors --- src/participant/participant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/participant/participant.ts b/src/participant/participant.ts index 8f2f52e99..5fe25c130 100644 --- a/src/participant/participant.ts +++ b/src/participant/participant.ts @@ -828,7 +828,7 @@ export default class ParticipantController { const dataService = this._connectionController.getActiveDataService(); if (!dataService) { - throw new Error('Failed to get the data service'); + throw new Error(vscode.l10n.t('Failed to get the data service')); } stream.push(