Skip to content

Commit

Permalink
Add localization
Browse files Browse the repository at this point in the history
  • Loading branch information
paulacamargo25 committed Nov 17, 2022
1 parent a0c9e1f commit 0603cef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/client/debugger/extension/adapter/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,10 @@ export class DebugAdapterDescriptorFactory implements IDebugAdapterDescriptorFac
}
const prompts = [Common.doNotShowAgain];
const selection = await showErrorMessage(
'The debugger in the python extension no longer supports python versions minor than 3.7.',
localize(
'deprecatedDebuggerError',
'The debugger in the python extension no longer supports python versions minor than 3.7.',
),
{ modal: true },
...prompts,
);
Expand Down

0 comments on commit 0603cef

Please sign in to comment.