mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
JEWEL-934 Add run configuration for IJ Community with Compose in dev build mode
The `IDEA Community with Compose (dev build)` run configuration starts IJ Community with a Compose plugin sample. (cherry picked from commit 0593bb8e469d0720ab53f54cf0c8f71b071e179d) (cherry picked from commit c814066a7b6fe96a249cea9bd28ccd80e2dd6bfd) IJ-MR-173046 GitOrigin-RevId: 33705f83d6d9eb22862bfc5656f7e7ee0bb96be2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b29d5966d6
commit
aeecac955b
16
.idea/runConfigurations/IDEA_Community_With_Compose__dev_build_.xml
generated
Normal file
16
.idea/runConfigurations/IDEA_Community_With_Compose__dev_build_.xml
generated
Normal file
@@ -0,0 +1,16 @@
|
||||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="IDEA Community With Compose (dev build)" type="Application" factoryName="Application">
|
||||
<option name="ALTERNATIVE_JRE_PATH" value="BUNDLED" />
|
||||
<envs>
|
||||
<env name="CLASSES_DIR" value="$PROJECT_DIR$/out/production" />
|
||||
</envs>
|
||||
<log_file alias="idea.log" path="$PROJECT_DIR$/out/dev-data/idea/system/log/idea.log" />
|
||||
<option name="MAIN_CLASS_NAME" value="org.jetbrains.intellij.build.devServer.DevMainKt" />
|
||||
<module name="intellij.platform.bootstrap.dev" />
|
||||
<shortenClasspath name="ARGS_FILE" />
|
||||
<option name="VM_PARAMETERS" value="-Didea.platform.prefix=community -Didea.kotlin.plugin.use.k2=true -Dadditional.modules="intellij.platform.jewel.samples.idePlugin"" />
|
||||
<method v="2">
|
||||
<option name="MakeProject" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
</component>
|
||||
Reference in New Issue
Block a user