Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Sep 23, 2024
1 parent 524489b commit 43e015f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/LanguageServerInfoCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { LANGUAGE_SERVER_NAME, languageServerManager } from '../LanguageServerMa
import * as path from 'path';
import * as resolve from 'resolve';
import * as fsExtra from 'fs-extra';
import * as childProcess from 'child_process';
import { firstBy } from 'thenby';
import { VscodeCommand } from './VscodeCommand';
import URI from 'vscode-uri';
Expand Down

0 comments on commit 43e015f

Please sign in to comment.