From d699d30859b16f6a35baec44c365d7d6b8f78818 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Fri, 5 Mar 2021 14:19:48 -0600 Subject: [PATCH] fix: remove deprecated showDebug method --- lib/commands.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/commands.ts b/lib/commands.ts index 7a2d9ad4..476db93c 100644 --- a/lib/commands.ts +++ b/lib/commands.ts @@ -55,10 +55,6 @@ export class Commands { toggleActiveEditor() { this.emitter.emit('should-toggle-active-editor') } - // @deprecated - showDebug(...args: Parameters) { - showDebug(...args) - } /* eslint-disable @typescript-eslint/no-explicit-any */ onShouldLint(callback: (...args: Array) => any): Disposable {