Skip to content

Commit

Permalink
remove git repo and update web view
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangtianyu committed Oct 9, 2024
1 parent 8624453 commit c6390a7
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 86 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import com.intellij.openapi.project.Project;
import com.intellij.openapi.startup.StartupActivity;
import com.zhongan.devpilot.actions.editor.popupmenu.PopupMenuEditorActionGroupUtil;
import com.zhongan.devpilot.listener.DevPilotFileEditorListener;
import com.zhongan.devpilot.network.DevPilotAvailabilityChecker;
import com.zhongan.devpilot.update.DevPilotUpdate;

Expand All @@ -13,7 +12,6 @@ public class DevPilotStartupActivity implements StartupActivity {
@Override
public void runActivity(@NotNull Project project) {
PopupMenuEditorActionGroupUtil.refreshActions(project);
DevPilotFileEditorListener.registerListener();

new DevPilotUpdate.DevPilotUpdateTask(project).queue();
new DevPilotAvailabilityChecker(project).checkNetworkAndLogStatus();
Expand Down
Loading

0 comments on commit c6390a7

Please sign in to comment.