Skip to content

Commit

Permalink
VSC-349 Add cyclic project tree feature
Browse files Browse the repository at this point in the history
  • Loading branch information
HampusAdolfsson committed Jan 25, 2024
1 parent fbe3aae commit 0c8274c
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 @@ -84,6 +84,11 @@ export namespace WorkbenchFeatures {
* Whether this workbench supports the 'ReloadProject' thrift procedure. */
export const PMReloadProject: FeatureRequirement =
{ baseVersion: [9,2,3], minProductType: WorkbenchType.LEGACY_BX };
/**
* Whether this workbench can handle cycles in the project tree/graph
* without crashing. See VSC-439. */
export const ToleratesCyclicProjectTrees: FeatureRequirement =
{ baseVersion: [9,2,0], minProductType: WorkbenchType.LEGACY_BX };
/**
* Whether this workbench supports leaving the target running */
export const LeaveTargetRunning: FeatureRequirement =
Expand Down

0 comments on commit 0c8274c

Please sign in to comment.