Skip to content

Commit aa3ed71

Browse files
committed
chore(vscode): add p42ai.refactor to list of compatible extensions
#4206 (comment)
1 parent 7d44d8e commit aa3ed71

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
@@ -58,6 +58,7 @@ function isExtensionCompatibleWithHybridMode(extension: vscode.Extension<any>) {
5858
|| extension.id === 'miaonster.vscode-tsx-arrow-definition'
5959
|| extension.id === 'runem.lit-plugin'
6060
|| extension.id === 'kimuson.ts-type-expand'
61+
|| extension.id === 'p42ai.refactor'
6162
) {
6263
return true;
6364
}

0 commit comments

Comments
 (0)