generated from JetBrains/intellij-platform-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dependabot/gradle/org.junit.jupiter-junit-ju…
…piter-5.11.4
- Loading branch information
Showing
85 changed files
with
3,643 additions
and
944 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,30 @@ | ||
# Contributing to the IntelliJ Mise Plugin | ||
|
||
Thank you for your interest in contributing to the IntelliJ Mise Plugin! | ||
|
||
## Running other IDEs for testing | ||
|
||
As this plugin targets multiple IDEs, when developing you'll want to test against a specific IDE. | ||
|
||
You can get a list of available tasks for running the plugin in different IDEs by running the following command: | ||
|
||
```shell | ||
./gradlew tasks --group='intellij platform' | grep -E '^run' | ||
``` | ||
|
||
> [!NOTE] | ||
> In many cases, Intellij Ultimates supports other products via plugins. Maybe you just need `runIntellijIdeaUltimate` | ||
After that, you can run the desired IDE by running the following command: | ||
|
||
```shell | ||
./gradlew prepareSandbox_runIntellijIdeaUltimate # only for the first time | ||
./gradlew runIntellijIdeaUltimate | ||
``` | ||
|
||
> [!NOTE] | ||
> If you want to use breakpoints for debugging, you can just run the gradle task with IDEA's debug option | ||
|
||
> [!TIP] | ||
> If you want to test other version of IDEs, you can change the version field in the [build.gradle.kts](./build.gradle.kts) file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
modules/core/src/main/kotlin/com/github/l34130/mise/core/MiseConstants.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.