Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Commit b36447e

Browse files
authored
remove pep 723 reference from create new flow (#578)
fixes microsoft/vscode-python-environments#579
1 parent 1dedab3 commit b36447e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)