Skip to content

Commit

Permalink
fix: ts validate errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tjx666 committed Jul 24, 2024
1 parent eb1303d commit 90a0f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/typings/module.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ declare module '@npmcli/config/lib/definitions' {
export const definitions: Record<string, any>;
}

import * as vscode from 'vscode';

declare module 'vscode' {
import * as vscode from 'vscode';

export interface Diagnostic {
data?: {
depName?: string;
Expand Down

0 comments on commit 90a0f83

Please sign in to comment.