Skip to content

Commit 36fe993

Browse files
authored
fix: add Run Extension (standalone) config (#7329)
1 parent c9ecefa commit 36fe993

File tree

5 files changed

+56
-31
lines changed

5 files changed

+56
-31
lines changed

extensions/intellij/.run/Run Continue (CE).run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="Run Continue (CE)" type="CompoundRunConfigurationType">
3-
<toRun name="Run Extension" type="GradleRunConfiguration" />
3+
<toRun name="Run Extension (use TCP)" type="GradleRunConfiguration" />
44
<toRun name="Prompt Logs" type="ShConfigurationType" />
55
<toRun name="Start Core Dev Server (CE)" type="ShConfigurationType" />
66
<toRun name="Start GUI Dev Server" type="ShConfigurationType" />

extensions/intellij/.run/Run Continue.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="Run Continue" type="CompoundRunConfigurationType">
3-
<toRun name="Run Extension" type="GradleRunConfiguration" />
3+
<toRun name="Run Extension (use TCP)" type="GradleRunConfiguration" />
44
<toRun name="Start Core Dev Server" type="NodeJSConfigurationType" />
55
<toRun name="IDE Logs" type="ShConfigurationType" />
66
<toRun name="Prompt Logs" type="ShConfigurationType" />
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="Run Extension (standalone)" type="GradleRunConfiguration" factoryName="Gradle">
3+
<ExternalSystemSettings>
4+
<option name="executionName" />
5+
<option name="externalProjectPath" value="$PROJECT_DIR$/extensions/intellij" />
6+
<option name="externalSystemIdString" value="GRADLE" />
7+
<option name="scriptParameters" value="" />
8+
<option name="taskDescriptions">
9+
<list />
10+
</option>
11+
<option name="taskNames">
12+
<list>
13+
<option value="runIde" />
14+
</list>
15+
</option>
16+
<option name="vmOptions" />
17+
</ExternalSystemSettings>
18+
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
19+
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
20+
<DebugAllEnabled>false</DebugAllEnabled>
21+
<RunAsTest>false</RunAsTest>
22+
<method v="2" />
23+
</configuration>
24+
</component>
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="Run Extension (use TCP)" type="GradleRunConfiguration" factoryName="Gradle">
3+
<ExternalSystemSettings>
4+
<option name="env">
5+
<map>
6+
<entry key="GUI_URL" value="http://localhost:5173/jetbrains_index.html" />
7+
<entry key="USE_TCP" value="true" />
8+
</map>
9+
</option>
10+
<option name="executionName" />
11+
<option name="externalProjectPath" value="$PROJECT_DIR$/extensions/intellij" />
12+
<option name="externalSystemIdString" value="GRADLE" />
13+
<option name="scriptParameters" value="" />
14+
<option name="taskDescriptions">
15+
<list />
16+
</option>
17+
<option name="taskNames">
18+
<list>
19+
<option value="runIde" />
20+
</list>
21+
</option>
22+
<option name="vmOptions" />
23+
</ExternalSystemSettings>
24+
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
25+
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
26+
<DebugAllEnabled>false</DebugAllEnabled>
27+
<RunAsTest>false</RunAsTest>
28+
<method v="2" />
29+
</configuration>
30+
</component>

extensions/intellij/.run/Run Extension.run.xml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)