We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80161e2 commit da8c1e4Copy full SHA for da8c1e4
1 file changed
src/features/creators/newScriptProject.ts
@@ -11,7 +11,7 @@ import { isCopilotInstalled, manageCopilotInstructionsFile, replaceInFilesAndNam
11
export class NewScriptProject implements PythonProjectCreator {
12
public readonly name = l10n.t('newScript');
13
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');
+ public readonly description = l10n.t('Creates a new script folder in your current workspace');
15
public readonly tooltip = new MarkdownString(l10n.t('Create a new Python script'));
16
17
constructor(private readonly projectManager: PythonProjectManager) {}
0 commit comments