-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try to fix a deadlock with Starting the Debug Connection
Signed-off-by: Andreas Schaefer <[email protected]>
- Loading branch information
Showing
8 changed files
with
235 additions
and
158 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin version="2"> | ||
<id>com.headwire.aem.tooling.intellij</id> | ||
<name>AEM IDE Tooling 4 IntelliJ</name> | ||
<version>1.0.3.2</version> | ||
<version>1.0.3.3-beta1</version> | ||
<vendor email="[email protected]" url="https://www.headwire.com/aemintellijplugin">headwire.com Inc</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -16,6 +16,13 @@ | |
|
||
<change-notes><![CDATA[ | ||
<ul> | ||
<li>1.0.3.3-beta1: | ||
<ol> | ||
<li> | ||
Updating to latest IntelliJ and fixing a blocking issue when connect in debug mode (pending) | ||
</li> | ||
</ol> | ||
</li> | ||
<li>1.0.3.2: | ||
<ol> | ||
<li> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.