Skip to content

Commit

Permalink
Remove deprecated attribute (fixes build warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Aug 3, 2022
1 parent 29c2a7d commit 4823f27
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
using JetBrains.Application.DataContext;
using JetBrains.Application.UI.ActionsRevised.Menu;
using JetBrains.Application.UI.ActionSystem.ActionsRevised.Menu;
using JetBrains.ReSharper.Feature.Services.Actions;
using JetBrains.ReSharper.Feature.Services.Navigation.ContextNavigation;
using ReSharperPlugin.TestLinker2.Navigation;

namespace ReSharperPlugin.TestLinker2.Actions
{
[Action(
Id,
"Goto Linked Types (Test/Production)",
IdeaShortcuts = new[] {"Shift+Control+I"},
VsShortcuts = new[] {"Shift+Control+I"})]
public class GotoLinkedTypes2Action
: ContextNavigationActionBase<LinkedTypesNavigationProvider>
{
Expand Down

0 comments on commit 4823f27

Please sign in to comment.