Skip to content

Commit f562907

Browse files
committed
Remove description from plugin
It should now, magically, come from readme.
1 parent 5c948d0 commit f562907

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,6 @@
44
<version>1.3</version>
55
<vendor email="[email protected]">Eirik Brandtzæg</vendor>
66

7-
<description><![CDATA[
8-
<h1>Generates a run configuration for AVA JavaScript test runner</h1>
9-
<p>
10-
This is a workaround while we wait for proper AVA support, see
11-
<a href="https://youtrack.jetbrains.com/issue/WEB-21788">https://youtrack.jetbrains.com/issue/WEB-21788</a>.<br/>
12-
</p>
13-
<h3>Usage</h3>
14-
<p>
15-
Place caret inside a test and press <b>ctrl</b> + <b>alt</b> + <b>shift</b> + <b>a</b>. <br/>
16-
This should generate and start a new run configuration. <br/>
17-
If caret is outside of a test it should generate and start a run configuration for the file. <br/>
18-
</p>
19-
<h3>P.S.</h3>
20-
<p>
21-
Any feedback and request can be sent to [email protected].<br/>
22-
I haven't made a plugin before, I have no idea what I'm doing.
23-
</p>
24-
]]></description>
25-
267
<idea-version since-build="173.0"/>
278
<depends>com.intellij.modules.lang</depends>
289
<depends>JavaScript</depends>

0 commit comments

Comments
 (0)