Commit d1626ee7 authored by Konstantin Aleev's avatar Konstantin Aleev Committed by intellij-monorepo-bot
Browse files

[service-view] provide new help id

(cherry picked from commit 5af137fc38c56a8c927c78097044dd74e0430e7e)
(cherry picked from commit 89f2de03b272b41fd0cd5352f8d81c1ee2e4b66f)

GitOrigin-RevId: a57c0e68d640627dd2d16787635b8ea9f726516b
parent 90118a32
Branches unavailable Tags unavailable
Showing with 1 addition and 2 deletions
+1 -2
......@@ -47,8 +47,7 @@ import java.util.function.Consumer;
@State(name = "ServiceViewManager", storages = @Storage(StoragePathMacros.WORKSPACE_FILE))
public final class ServiceViewManagerImpl implements ServiceViewManager, PersistentStateComponent<ServiceViewManagerImpl.State> {
// TODO [konstantin.aleev] provide help id
@NonNls private static final String HELP_ID = "run-dashboard.reference";
@NonNls private static final String HELP_ID = "services.tool.window";
private final Project myProject;
private State myState = new State();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment