Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsjtu committed Jul 9, 2024
1 parent 087052f commit 24a5edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lightning-lsp-common/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { TextDocument, FileEvent, FileChangeType } from 'vscode-languageserver';
import { URI } from 'vscode-uri';
import equal from 'deep-equal';
import { WorkspaceContext } from './context';
import { WorkspaceType, isLWC } from './shared';
import { WorkspaceType } from './shared';
import { promisify } from 'util';
import { Glob } from 'glob';
import * as jsonc from 'jsonc-parser';
Expand Down

0 comments on commit 24a5edb

Please sign in to comment.