Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
blrobl authored Nov 19, 2024
1 parent b07d64a commit b907481
Showing 1 changed file with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// ------------------------------------------------------------------------------------------------

namespace System.Tooling;
using System.Integration;

/// <summary>
/// The list showing call tree of methods that occured during the performance profiler recording.
Expand Down Expand Up @@ -73,27 +72,6 @@ page 1921 "Profiling Call Tree"
}
}

actions
{
area(Processing)
{
action("Navigate in VS Code")
{
ApplicationArea = All;
Image = View;
ToolTip = 'lkxkx';
Scope = Repeater;

trigger OnAction()
var
VSCodeIntegration: Codeunit "VS Code Integration";
begin
VSCodeIntegration.NavigateToDefinitionInVSCodeByLocation(Rec);
end;
}
}
}

trigger OnOpenPage()
begin
UpdateData();
Expand Down

0 comments on commit b907481

Please sign in to comment.