Skip to content

Commit

Permalink
icons + remove char offset
Browse files Browse the repository at this point in the history
  • Loading branch information
TilakMaddy committed Feb 26, 2025
1 parent 9731592 commit 2ee986e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 3 additions & 13 deletions media/common/dep.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/panel-providers/diagnostics-panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class InstanceItem extends DiagnosticItem {
projectRootUri: string,
) {
super(
`${instance.contractPath} Line: ${instance.lineNo} ${instance.srcChar}`,
`${instance.contractPath} Line: ${instance.lineNo}`,
vscode.TreeItemCollapsibleState.None,
ItemKind.Instance,
);
Expand Down

0 comments on commit 2ee986e

Please sign in to comment.