diff --git a/package.json b/package.json index 6a37144..0015cfc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "publisher": "YRM", "name": "starter-templates", "displayName": "Starters", - "version": "0.10.0", + "version": "0.10.1", "description": "Kickstart your project with a starter in VSCode", "license": "MIT", "repository": { diff --git a/src/commands/starter.ts b/src/commands/starter.ts index 7a8f593..06df6ed 100644 --- a/src/commands/starter.ts +++ b/src/commands/starter.ts @@ -461,7 +461,7 @@ export class StarterCommands extends BaseCommands { const folderPath = fsPath(folders[0]) this.context.lastUsedNewProjectPath = folderPath - const defaultName = nextAvailableFilename(folderPath, `${template.defaultProjectName} - `) + const defaultName = nextAvailableFilename(folderPath, `${template.defaultProjectName}-`) const name = await this.promptForNameWithSettings(template, defaultName, folderPath) if (!name) return