We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3dc792 commit 1ab9123Copy full SHA for 1ab9123
src/cli.ts
@@ -273,7 +273,7 @@ async function main(): Promise<void> {
273
await writeFile('README.md', readme)
274
}
275
276
- console.log('⚠️ Remove `"wip": true` from the package.json when this extension is ready for use.')
+ console.log(`⚠️ Remove ${chalk.bold('"wip": true')} from the package.json when this extension is ready for use.`)
277
278
setTimeout(() => process.exit(0), 100)
279
0 commit comments