mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
Add required class loader property to theme_basics run configuration
This commit is contained in:
parent
11045c977f
commit
d243835a5f
6
.idea/runConfigurations/theme_basics.xml
generated
6
.idea/runConfigurations/theme_basics.xml
generated
@ -1,11 +1,11 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="theme_basics" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType">
|
<configuration default="false" name="theme_basics" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType">
|
||||||
<module name="theme_basics" />
|
<module name="theme_basics" />
|
||||||
<option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxMetaspaceSize=250m -ea" />
|
<option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -ea -Djava.system.class.loader=com.intellij.util.lang.PathClassLoader" />
|
||||||
<option name="PROGRAM_PARAMETERS" value="" />
|
<option name="PROGRAM_PARAMETERS" value="" />
|
||||||
<log_file checked="false" alias="IDEA LOG" path="$USER_HOME$/.IntelliJIdea15/system/plugins-sandbox/system/log/idea.log" />
|
<predefined_log_file enabled="true" id="idea.log" />
|
||||||
<method v="2">
|
<method v="2">
|
||||||
<option name="Make" enabled="true" />
|
<option name="Make" enabled="true" />
|
||||||
</method>
|
</method>
|
||||||
</configuration>
|
</configuration>
|
||||||
</component>
|
</component>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user