Skip to content

Commit

Permalink
fix(diagnostic): add missing data (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gehbt authored Jul 25, 2024
1 parent ff61df2 commit 0fb2453
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/diagnostic/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ export async function updateDiagnostic(document: vscode.TextDocument) {
);
diagnostic.code = DepsCheckDiagnosticCode.UNMET_DEPENDENCY;
diagnostic.data = {
depName: name,
depDeclaredVersion: version,
depInstalledVersion: installedVersion,
};

Expand Down

0 comments on commit 0fb2453

Please sign in to comment.