function scaffoldProject scaffoldProject(options: ScaffoldOptions): Promise<void> Main entry used by external callers to scaffold a new VS Code extension project. Responsible for: resolving the requested template, validating options, invoking the template's generator, and printing concise feedback. Parameters options: ScaffoldOptions Return Type Promise<void>