mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57: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">
|
||||
<configuration default="false" name="theme_basics" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType">
|
||||
<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="" />
|
||||
<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">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
</component>
|
||||
</component>
|
||||
|
Loading…
x
Reference in New Issue
Block a user