From f47c15f1ea41404ca5eb634baed57be5ecb01448 Mon Sep 17 00:00:00 2001 From: Christian Dupuis Date: Tue, 21 Aug 2018 17:33:24 +0200 Subject: [PATCH] Delete useSystemNotifications --- src/internal/machine/LocalModeConfiguration.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/internal/machine/LocalModeConfiguration.ts b/src/internal/machine/LocalModeConfiguration.ts index 7967ee71..b726ec3c 100644 --- a/src/internal/machine/LocalModeConfiguration.ts +++ b/src/internal/machine/LocalModeConfiguration.ts @@ -40,8 +40,6 @@ export interface LocalModeConfiguration { * Whether to merge autofixes automatically */ mergeAutofixes?: boolean; - - useSystemNotifications?: boolean; } /**