Skip to content

Commit cc45ff0

Browse files
authored
Merge pull request #994 from TrevCraw/24.0.9-doc-updates
Various doc updates
2 parents 1164551 + dd10bf0 commit cc45ff0

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

DEVELOPING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
- [Debugging LemMinX langauge server with the Liberty LemMinX extension](#debugging-lemminx-language-server-with-the-liberty-lemminx-extension)
99
- [Build Eclipse LSP4Jakarta locally](#build-eclipse-lsp4jakarta-locally)
1010
- [Build Eclipse LSP4MP locally](#build-eclipse-lsp4mp-locally)
11+
- [Monitoring language server messages](#monitoring-language-server-messages)
12+
- [Continuous Integration of LSP4IJ](#continuous-integration-of-lsp4ij)
1113
- [Localization](#localization)
1214
- [LibertyBundles.properties](#libertybundlesproperties)
1315
- [Source code](#source-code)

docs/LSP4IJ-Continuous-Integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ There are four jobs in the build. The first job, **PR details**, outputs a list
188188

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

191-
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.
191+
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.
192192

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

docs/user-guide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ When installing the Liberty Tools for IntelliJ plugin, the latest version of LSP
5757

5858
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).
5959

60+
| Liberty Tools version | LSP4IJ version tested |
61+
|-----------------------|-----------------------|
62+
| 24.0.9 | 0.5.0 |
63+
6064

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

0 commit comments

Comments
 (0)