Skip to content

Commit 7ea89e6

Browse files
committed
chore(vscode): add nrwl.angular-console to list of compatible extensions
#4206 (comment)
1 parent aa3ed71 commit 7ea89e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/vscode/src/common.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ function isExtensionCompatibleWithHybridMode(extension: vscode.Extension<any>) {
5959
|| extension.id === 'runem.lit-plugin'
6060
|| extension.id === 'kimuson.ts-type-expand'
6161
|| extension.id === 'p42ai.refactor'
62+
|| extension.id === 'nrwl.angular-console'
6263
) {
6364
return true;
6465
}

0 commit comments

Comments
 (0)