chore(vscode): add NX console to recommended extensions

This commit is contained in:
Elian Doran
2025-04-24 22:09:46 +03:00
parent 37a7cb6e82
commit e8095e8056

View File

@@ -1,5 +1,6 @@
{ {
"recommendations": [ "recommendations": [
"ms-playwright.playwright" "ms-playwright.playwright",
"nrwl.angular-console"
] ]
} }