Skip to content

Commit 777e24b

Browse files
Revert "VSC-552 Add feature check for sliding interrupt log"
This reverts commit ebd360e.
1 parent ebd360e commit 777e24b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/workbenchfeatureregistry.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,6 @@ export namespace WorkbenchFeatures {
123123
export const GenericDialogsOnLinux: FeatureRequirement =
124124
{ baseVersion: [9,5,0], minProductType: WorkbenchType.EXTENDED_BX };
125125

126-
/**
127-
* Whether this workbench uses the sliding version of the interrupt log.
128-
*/
129-
export const SlidingInterruptLog: FeatureRequirement =
130-
{ baseVersion: [9,5,0], minProductType: WorkbenchType.EXTENDED_BX };
131-
132126
/**
133127
* Checks whether a workbench version meets the given minimum version.
134128
*/

0 commit comments

Comments
 (0)