Skip to content

Commit d475efc

Browse files
authored
chore(vscode): auto enabling hybrid mode allows kimuson.ts-type-expand (#4393)
1 parent b6936dc commit d475efc

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
@@ -57,6 +57,7 @@ function isExtensionCompatibleWithHybridMode(extension: vscode.Extension<any>) {
5757
|| extension.id === 'mxsdev.typescript-explorer'
5858
|| extension.id === 'miaonster.vscode-tsx-arrow-definition'
5959
|| extension.id === 'runem.lit-plugin'
60+
|| extension.id === 'kimuson.ts-type-expand'
6061
) {
6162
return true;
6263
}

0 commit comments

Comments
 (0)