Skip to content

Commit 7a43404

Browse files
committed
Update Run Plugin configuration to fix sandbox log file path
1 parent 8ee489c commit 7a43404

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.run/Run Plugin.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 Plugin" type="GradleRunConfiguration" factoryName="Gradle">
3-
<log_file alias="IDE logs" path="$PROJECT_DIR$/build/idea-sandbox/*/log/idea.log" show_all="true" />
3+
<log_file alias="IDE logs" path="$PROJECT_DIR$/.intellijPlatform/sandbox/*/*/log/idea.log" show_all="true" />
44
<ExternalSystemSettings>
55
<option name="executionName" />
66
<option name="externalProjectPath" value="$PROJECT_DIR$" />

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
## [Unreleased]
66

7+
### Fixed
8+
9+
- Update Run Plugin configuration to fix sandbox log file path
10+
711
## [2.5.0] - 2026-04-17
812

913
### Changed

0 commit comments

Comments
 (0)