Skip to content

Commit 9f78f45

Browse files
committed
chore: update config
1 parent e6e3928 commit 9f78f45

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.idea/compiler.xml

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runIde {
5858
// ideDirectory "C:\\Users\\User\\AppData\\Local\\JetBrains\\Toolbox\\apps\\WebStorm\\ch-2\\202.6948.46"
5959
// ideDirectory "../../.local/share/JetBrains/Toolbox/apps/WebStorm/ch-0/201.8538.32/"
6060

61-
// jvmArgs '-Xmx2G'
61+
jvmArgs '-Xmx2G'
6262
}
6363

6464
buildPlugin {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ kotlin_version = 1.3.50
99
pluginGroup = io.plugin.tsnode
1010
pluginName = Run Configuration for TypeScript
1111
pluginVersion = 2020.08.20.0
12-
sources = true
12+
sources = true

idea-run-typescript.iml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<module type="PLUGIN_MODULE" version="4">
2+
<module external.linked.project.id="idea-run-typescript" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="io.plugin.tsnode" external.system.module.version="2020.08.20.0" type="PLUGIN_MODULE" version="4">
33
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/resources/META-INF/plugin.xml" />
44
<component name="NewModuleRootManager" inherit-compiler-output="true">
55
<exclude-output />
66
<content url="file://$MODULE_DIR$">
7-
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
8-
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
9-
<sourceFolder url="file://$MODULE_DIR$/readme" type="java-resource" />
107
<sourceFolder url="file://$MODULE_DIR$/scripts" type="java-resource" />
8+
<sourceFolder url="file://$MODULE_DIR$/readme" type="java-resource" />
9+
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
1110
<excludeFolder url="file://$MODULE_DIR$/.idea" />
11+
<excludeFolder url="file://$MODULE_DIR$/build" />
1212
<excludeFolder url="file://$MODULE_DIR$/releases" />
1313
</content>
1414
<orderEntry type="inheritedJdk" />
1515
<orderEntry type="sourceFolder" forTests="false" />
16-
<orderEntry type="library" name="KotlinJavaRuntime" level="project" />
1716
</component>
1817
</module>

resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ Windows 10 10.0
122122
<action id="io.plugin.tsnode.action.HelloAction" class="io.plugin.tsnode.action.HelloAction" text="Hello" description="Says hello"/>
123123
</group-->
124124
</actions>
125-
</idea-plugin>
125+
</idea-plugin>

0 commit comments

Comments
 (0)