Skip to content

Commit da8c1e4

Browse files
authored
remove pep 723 reference from create new flow (#578)
fixes #579
1 parent 80161e2 commit da8c1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/creators/newScriptProject.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { isCopilotInstalled, manageCopilotInstructionsFile, replaceInFilesAndNam
1111
export class NewScriptProject implements PythonProjectCreator {
1212
public readonly name = l10n.t('newScript');
1313
public readonly displayName = l10n.t('Script');
14-
public readonly description = l10n.t('Creates a new script folder in your current workspace with PEP 723 support');
14+
public readonly description = l10n.t('Creates a new script folder in your current workspace');
1515
public readonly tooltip = new MarkdownString(l10n.t('Create a new Python script'));
1616

1717
constructor(private readonly projectManager: PythonProjectManager) {}

0 commit comments

Comments
 (0)