Skip to content

Commit

Permalink
refactor: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-snyk committed Mar 28, 2024
1 parent aa484ad commit 2a542ee
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ export class CodeSuggestionWebviewProvider
} else console.error('No good');
}

// void this.panel?.webview.postMessage({ type: 'asd', args: {} });
break;
}
default: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
/* eslint-disable @typescript-eslint/no-unsafe-call */
/// <reference lib="dom" />

// eslint-disable-next-line @typescript-eslint/no-unused-vars,@typescript-eslint/no-explicit-any
// import { AutofixUnifiedDiffSuggestion } from '../../../common/languageServer/types';

declare const acquireVsCodeApi: any;

// This script will be run within the webview itself
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
/// <reference lib="dom" />
// This script will be run within the webview itself

// declare const acquireVsCodeApi: any;

// It cannot access the main VS Code APIs directly.
(function () {
// TODO: Redefine types until bundling is introduced into extension
Expand Down

0 comments on commit 2a542ee

Please sign in to comment.