Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #133 from JetBrains/jbr_intergration
Browse files Browse the repository at this point in the history
Remove ijagent usage from remote dev
  • Loading branch information
svloyso authored Oct 20, 2022
2 parents fe8a57d + 488fc3c commit c1cbeb2
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -900,8 +900,9 @@ class ProjectorServer private constructor(

generalInitializer.run()

IjInjectorAgentInitializer.init(isAgent, IdeState.isIdeAttached)
if (!IdeState.isIdeAttached) {
if (IdeState.isIdeAttached) {
IjInjectorAgentInitializer.init(isAgent, IdeState.isIdeAttached)
} else {
logger.info { "Skipping IDE injections" }
}

Expand Down

0 comments on commit c1cbeb2

Please sign in to comment.