Skip to content

Commit

Permalink
chore(vscode): auto enabling hybrid mode allows `miaonster.vscode-tsx…
Browse files Browse the repository at this point in the history
…-arrow-definition`

#4206 (comment)
  • Loading branch information
johnsoncodehk committed May 14, 2024
1 parent 9e5b0a1 commit 6d3f2a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/vscode/src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function isExtensionCompatibleWithHybridMode(extension: vscode.Extension<any>) {
|| extension.id === 'bierner.lit-html'
|| extension.id === 'jenkey2011.string-highlight'
|| extension.id === 'mxsdev.typescript-explorer'
|| extension.id === 'miaonster.vscode-tsx-arrow-definition'
) {
return true;
}
Expand Down

0 comments on commit 6d3f2a7

Please sign in to comment.