Skip to content

Commit

Permalink
chore(vscode): auto enabling hybrid mode allows `kimuson.ts-type-expa…
Browse files Browse the repository at this point in the history
…nd` (vuejs#4393)
  • Loading branch information
zcf0508 committed May 24, 2024
1 parent b6936dc commit d475efc
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 @@ -57,6 +57,7 @@ function isExtensionCompatibleWithHybridMode(extension: vscode.Extension<any>) {
|| extension.id === 'mxsdev.typescript-explorer'
|| extension.id === 'miaonster.vscode-tsx-arrow-definition'
|| extension.id === 'runem.lit-plugin'
|| extension.id === 'kimuson.ts-type-expand'
) {
return true;
}
Expand Down

0 comments on commit d475efc

Please sign in to comment.