We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
p42ai.refactor
1 parent 7d44d8e commit aa3ed71Copy full SHA for aa3ed71
extensions/vscode/src/common.ts
@@ -58,6 +58,7 @@ function isExtensionCompatibleWithHybridMode(extension: vscode.Extension<any>) {
58
|| extension.id === 'miaonster.vscode-tsx-arrow-definition'
59
|| extension.id === 'runem.lit-plugin'
60
|| extension.id === 'kimuson.ts-type-expand'
61
+ || extension.id === 'p42ai.refactor'
62
) {
63
return true;
64
}
0 commit comments