Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/features/creators/newScriptProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { isCopilotInstalled, manageCopilotInstructionsFile, replaceInFilesAndNam
export class NewScriptProject implements PythonProjectCreator {
public readonly name = l10n.t('newScript');
public readonly displayName = l10n.t('Script');
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');
public readonly tooltip = new MarkdownString(l10n.t('Create a new Python script'));

constructor(private readonly projectManager: PythonProjectManager) {}
Expand Down