Skip to content

Commit 6d3f2a7

Browse files
committed
chore(vscode): auto enabling hybrid mode allows miaonster.vscode-tsx-arrow-definition
#4206 (comment)
1 parent 9e5b0a1 commit 6d3f2a7

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
@@ -55,6 +55,7 @@ function isExtensionCompatibleWithHybridMode(extension: vscode.Extension<any>) {
5555
|| extension.id === 'bierner.lit-html'
5656
|| extension.id === 'jenkey2011.string-highlight'
5757
|| extension.id === 'mxsdev.typescript-explorer'
58+
|| extension.id === 'miaonster.vscode-tsx-arrow-definition'
5859
) {
5960
return true;
6061
}

0 commit comments

Comments
 (0)