Skip to content

Commit 43abe6e

Browse files
committed
minor changes
1 parent 581bd73 commit 43abe6e

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

package-lock.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

test/vscode/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { PanelManager } from './panel/PanelManager';
55
import { CommandExecutor } from './commands/CommandExecutor';
66
import { DiagnosticManager } from './diagnostics/DiagnosticManager';
77
import { getFileInfo, parseLintResult, parseMetaschemaResult, errorPositionToRange, parseCliError, hasJsonParseErrors } from './utils/fileUtils';
8-
import { LintError, PanelState, WebviewToExtensionMessage } from '../../protocol/types';
8+
import { PanelState, WebviewToExtensionMessage } from '../../protocol/types';
99
import { DiagnosticType } from './types';
1010

1111
let panelManager: PanelManager;

0 commit comments

Comments
 (0)