Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
close #64
  • Loading branch information
yaegassy committed Aug 30, 2023
1 parent d86660b commit 7a4b7e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {
CancellationToken,
commands,
Diagnostic,
Disposable,
ExtensionContext,
Expand All @@ -14,9 +13,10 @@ import {
RequestType,
ServerOptions,
TransportKind,
commands,
services,
window,
workspace,
services,
} from 'coc.nvim';
import fs from 'fs';
import * as changeVisibilityCodeActionFeature from './actions/changeVisibility';
Expand All @@ -37,7 +37,6 @@ import * as snippetsCompletionFeature from './completions/snippets';
import * as inlineParametersInlayHintsFeature from './inlayHints/inlineParameters';
import * as pestCodeLensFeature from './lenses/pest';
import * as phpunitCodeLensFeature from './lenses/phpunit';
import { VERSION } from './constant';

const PHP_LANGUAGE_ID = 'php';
const INDEXING_STARTED_NOTIFICATION = new NotificationType('indexingStarted');
Expand Down

0 comments on commit 7a4b7e7

Please sign in to comment.