We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c7665 commit 7cb3593Copy full SHA for 7cb3593
src/client/terminals/codeExecution/helper.ts
@@ -152,7 +152,7 @@ export class CodeExecutionHelper implements ICodeExecutionHelper {
152
return undefined;
153
}
154
if (activeEditor.document.languageId !== PYTHON_LANGUAGE) {
155
- this.applicationShell.showErrorMessage(l10n.t('The active file is not a Python source file)'));
+ this.applicationShell.showErrorMessage(l10n.t('The active file is not a Python source file'));
156
157
158
if (activeEditor.document.isDirty) {
0 commit comments