Skip to content

Commit bc2155a

Browse files
author
Kartik Raj
committed
Add for workspace text
1 parent 96ff034 commit bc2155a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/application/diagnostics/checks/pythonInterpreter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class InvalidPythonInterpreterDiagnostic extends BaseDiagnostic {
5656
// Specify folder name in case of multiroot scenarios
5757
const folder = workspaceService.getWorkspaceFolder(resource);
5858
if (folder) {
59-
formatArg = ` ${localize('Common.for', 'for')} ${path.basename(folder.uri.fsPath)}`;
59+
formatArg = ` ${localize('Common.forWorkspace', 'for workspace')} ${path.basename(folder.uri.fsPath)}`;
6060
}
6161
}
6262
super(code, messages[code].format(formatArg), DiagnosticSeverity.Error, scope, resource, undefined, 'always');

0 commit comments

Comments
 (0)