Skip to content

Commit d829f07

Browse files
committed
fix(vscode): update angular migration message
1 parent a92b965 commit d829f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/vscode/nx-conversion/src/lib/vscode-nx-conversion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export async function initNxConversion(
4343

4444
WorkspaceConfigurationStore.instance.set('nxConversionDate', now.getTime());
4545
const answer = await window.showInformationMessage(
46-
"It's time to migrate! \n To keep using Nx Console's powerful capabilities, please transition your Angular workspace to Nx. ",
46+
`Want to migrate? Migrate your Angular workspace to Nx and get features like remote caching, distributed builds, and atomized tests out of the box.`,
4747
'Migrate Now',
4848
'Learn More'
4949
);

0 commit comments

Comments
 (0)