Skip to content

Commit

Permalink
VSC-443 Add GetSetConfiguration feature
Browse files Browse the repository at this point in the history
  • Loading branch information
HampusAdolfsson committed Feb 19, 2024
1 parent 0c8274c commit ede169f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/workbenchfeatureregistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ export namespace WorkbenchFeatures {
* new children, but not remove children. See VSC-122. */
export const SetNodeCanRemoveNodes: FeatureRequirement
= { baseVersion: [9,1,0], minProductType: WorkbenchType.LEGACY_BX };
/**
* Whether this workbench supports the GetCurrentConfiguration and SetCurrentConfiguration
* thrift procedures. */
export const GetSetCurrentConfiguration: FeatureRequirement
= { baseVersion: [9,1,0], minProductType: WorkbenchType.LEGACY_BX };
/**
* Whether this workbench supports the thrift project manager. */
export const ThriftPM: FeatureRequirement =
Expand Down

0 comments on commit ede169f

Please sign in to comment.