-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Do not call toCommandLine twice to avoid 'java.lang.IllegalStateEx…
…ception: environment was provided twice' 2. Fix running inside IDEA terminal Close #3
- Loading branch information
Showing
5 changed files
with
31 additions
and
20 deletions.
There are no files selected for viewing
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> | ||
<id>org.turbanov.execution.cmd</id> | ||
<name>RunInCmd</name> | ||
<version>1.7</version> | ||
<version>1.8</version> | ||
<vendor email="[email protected]" url="https://github.com/turbanoff/RunInCmdPlugin">Turbanov Andrey</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -12,6 +12,11 @@ | |
<!--Add change notes here.<br>--> | ||
<!--<em>most HTML tags may be used</em>--> | ||
<change-notes><![CDATA[ | ||
<h3>1.8</h3> | ||
<ul> | ||
<li>Fix IllegalStateException in IntelliJ IDEA 2020.1</li> | ||
<li>Fix run inside IDEA terminal</li> | ||
</ul> | ||
<h3>1.7</h3> | ||
<ul> | ||
<li>Update to support IntelliJ IDEA 2019.x</li> | ||
|
@@ -70,14 +75,6 @@ | |
<projectService serviceImplementation="org.turbanov.execution.cmd.OptionsPatchConfiguration"/> | ||
</extensions> | ||
|
||
<application-components> | ||
<!-- Add your application components here --> | ||
</application-components> | ||
|
||
<project-components> | ||
<!-- Add your project components here --> | ||
</project-components> | ||
|
||
<actions> | ||
<!-- Add your actions here --> | ||
</actions> | ||
|
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
File renamed without changes.
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