We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee489c commit 7a43404Copy full SHA for 7a43404
2 files changed
.run/Run Plugin.run.xml
@@ -1,6 +1,6 @@
1
<component name="ProjectRunConfigurationManager">
2
<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" />
+ <log_file alias="IDE logs" path="$PROJECT_DIR$/.intellijPlatform/sandbox/*/*/log/idea.log" show_all="true" />
4
<ExternalSystemSettings>
5
<option name="executionName" />
6
<option name="externalProjectPath" value="$PROJECT_DIR$" />
CHANGELOG.md
@@ -4,6 +4,10 @@
## [Unreleased]
7
+### Fixed
8
+
9
+- Update Run Plugin configuration to fix sandbox log file path
10
11
## [2.5.0] - 2026-04-17
12
13
### Changed
0 commit comments