Skip to content

Commit

Permalink
Merge pull request OpenLiberty#994 from TrevCraw/24.0.9-doc-updates
Browse files Browse the repository at this point in the history
Various doc updates
  • Loading branch information
TrevCraw authored Sep 27, 2024
2 parents 1164551 + dd10bf0 commit cc45ff0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- [Debugging LemMinX langauge server with the Liberty LemMinX extension](#debugging-lemminx-language-server-with-the-liberty-lemminx-extension)
- [Build Eclipse LSP4Jakarta locally](#build-eclipse-lsp4jakarta-locally)
- [Build Eclipse LSP4MP locally](#build-eclipse-lsp4mp-locally)
- [Monitoring language server messages](#monitoring-language-server-messages)
- [Continuous Integration of LSP4IJ](#continuous-integration-of-lsp4ij)
- [Localization](#localization)
- [LibertyBundles.properties](#libertybundlesproperties)
- [Source code](#source-code)
Expand Down
2 changes: 1 addition & 1 deletion docs/LSP4IJ-Continuous-Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ There are four jobs in the build. The first job, **PR details**, outputs a list

<img alt="Pr-details" height="350" src="images/Pr-details.png" width="400" style="display: block; margin: 0 auto;"/>

The next job, **Run Lsp4ij Main**, is the build which runs against the LSP4IJ main branch by checking out the LSP4IJ main branch. The job **Run PR** runs by checking out the merge commit SHAs of each PR listed in the job **PR details**. The LSP4IJ PR number against which the job is run is displayed in the bracket, followed by the merge commit SHA. After the above three jobs are completed, the **Run Slack Notification** job runs and the Build results are sent as slack notification.
The next job, **Run Lsp4ij Main**, is the build which runs against the LSP4IJ main branch by checking out the LSP4IJ main branch. The job **Run PR** runs by checking out the merge commit SHAs of each PR listed in the job **PR details**. The LSP4IJ PR number against which the job is run is displayed in the bracket, followed by the merge commit SHA. After the first three jobs are completed, the **Run Slack Notification** job sends the build results as a Slack notification.

![Result](images/result-cron-job.png)

Expand Down
4 changes: 4 additions & 0 deletions docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ When installing the Liberty Tools for IntelliJ plugin, the latest version of LSP

If you prefer to use an older version of LSP4IJ (e.g., the specific version that was tested with the Liberty Tools release you are using), you can manually downgrade it by installing the desired version as a dependency from the [JetBrains marketplace](https://plugins.jetbrains.com/plugin/23257-lsp4ij/versions).

| Liberty Tools version | LSP4IJ version tested |
|-----------------------|-----------------------|
| 24.0.9 | 0.5.0 |


Steps to install an older version of LSP4IJ:
1. Go to the Plugins tab in the IDE Settings and uninstall the latest version.
Expand Down

0 comments on commit cc45ff0

Please sign in to comment.