Skip to content

Commit 04b25e1

Browse files
author
David Hasani
committed
remove IDE capability
1 parent 6b97d16 commit 04b25e1

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/codewhisperer/models

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/models/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ export class ZipManifest {
680680
dependenciesRoot: string = 'dependencies/'
681681
version: string = '1.0'
682682
hilCapabilities: string[] = ['HIL_1pDependency_VersionUpgrade']
683-
transformCapabilities: string[] = ['EXPLAINABILITY_V1', 'SELECTIVE_TRANSFORMATION_V2', 'CLIENT_SIDE_BUILD', 'IDE']
683+
transformCapabilities: string[] = ['EXPLAINABILITY_V1', 'SELECTIVE_TRANSFORMATION_V2', 'CLIENT_SIDE_BUILD']
684684
noInteractiveMode: boolean = true
685685
dependencyUpgradeConfigFile?: string = undefined
686686
compilationsJsonFile: string = 'compilations.json'

0 commit comments

Comments
 (0)