Skip to content

Commit

Permalink
Build Plugin in IntelliJ IDEA 2019.3.3#IU-193.6494.35
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Feb 26, 2020
1 parent 95a7936 commit fb8fb46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Binary file modified releases/idea-run-typescript.jar
Binary file not shown.
8 changes: 3 additions & 5 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin url="https://github.com/bluelovers/idea-run-typescript">
<id>io.plugin.tsnode</id>
<name>Run Configuration for TypeScript</name>
<version>2020.2.25.1</version>
<version>2020.2.26.0</version>
<vendor email="[email protected]" url="https://github.com/bluelovers/idea-run-typescript">
bluelovers
</vendor>
Expand Down Expand Up @@ -47,10 +47,8 @@ IntelliJ IDEA (and WebStorm...) plugin to support 'TypeScript' as a run configur

<change-notes><![CDATA[
<ul>
<li>Build Plugin in IntelliJ IDEA 2019.2.4#IU-192.7142.36</li>
<li>Set Console output UTF-8 for avoid output as BIG5 and GBK</li>
<li>Support Debug from NodeJS Run Conf by https://github.com/nguyennk92/run-typescript-plugin</li>
<li>fix: psiFile must not null</li>
<li>Build Plugin in IntelliJ IDEA 2019.3.3#IU-193.6494.35</li>
<li>deprecated `ScratchFileType` => ScratchUtil.isScratch(virtualFile)</li>
</ul>
]]></change-notes>

Expand Down

0 comments on commit fb8fb46

Please sign in to comment.