Skip to content

Commit

Permalink
Merge pull request #1004 from aparnamichael/issue1002_Update_document…
Browse files Browse the repository at this point in the history
…ation

Updated the DEVELOPING.md - Removed the steps for building lsp4ij code from Microshed
  • Loading branch information
aparnamichael authored Oct 15, 2024
2 parents 3a25ea4 + dd9c948 commit b96dcef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@
This extension is built using the [gradle-intellij-plugin](https://github.com/JetBrains/gradle-intellij-plugin/).

1. Clone this repository: `git clone [email protected]:OpenLiberty/liberty-tools-intellij.git`
2. Clone the lsp4ij repository: `git clone [email protected]:MicroShed/lsp4ij.git`
3. Build lsp4ij and save it in your local Maven repository. Run the following command from your local clone of the lsp4ij repository: `./gradlew publishToMavenLocal`.
4. Import this repository as a Gradle project in IntelliJ IDEA
5. Run `./gradlew runIde --stacktrace`. A new IntelliJ IDEA window will launch with the Liberty Tools plugin installed to it. You can connect the IntelliJ IDEA debugger to this process to debug the plugin.
2. Import this repository as a Gradle project in IntelliJ IDEA
3. Run `./gradlew runIde --stacktrace`. A new IntelliJ IDEA window will launch with the Liberty Tools plugin installed to it. You can connect the IntelliJ IDEA debugger to this process to debug the plugin.

OR

Expand Down

0 comments on commit b96dcef

Please sign in to comment.