File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
src/main/kotlin/org/jetbrains/intellij/tasks Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22
33## [ next]
44
5+ ### Added
6+
7+ - Make RustRover (` RR ` type) available for resolving as SDK.
8+ - Fixed ` RunPluginVerifierTask.FailureLevel.NOT_DYNAMIC ` presence check [ #1485 ] ( ../../issues/1485 )
9+
510## [ 1.16.0] - 2023-10-06
611
712### Added
1318- ` RunPluginVerifierTask ` : new ` runPluginVerifier.verificationReportsFormats ` property to control verifier output formats
1419- ` RunPluginVerifierTask ` : new ` runPluginVerifier.ignoredProblems ` property to include a file with list of problems to be ignored in a report
1520- ` RunPluginVerifierTask ` : new ` runPluginVerifier.freeArgs ` property to let pass to the IntelliJ Plugin Verifier custom arguments
16- - Make RustRover (` RR ` type) available for resolving as SDK.
1721
1822### Fixed
1923
Original file line number Diff line number Diff line change @@ -718,8 +718,8 @@ abstract class RunPluginVerifierTask @Inject constructor(
718718 " Provided plugin artifact is not valid."
719719 ),
720720 NOT_DYNAMIC (
721- " Plugin cannot be loaded/unloaded without IDE restart" ,
722- " Plugin cannot be loaded/unloaded without IDE restart."
721+ " Plugin probably cannot be enabled or disabled without IDE restart" ,
722+ " Plugin probably cannot be enabled or disabled without IDE restart."
723723 );
724724
725725 companion object {
You can’t perform that action at this time.
0 commit comments