Skip to content

Commit

Permalink
Java version corrected in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsalathe committed Oct 18, 2023
1 parent 4af5f11 commit 5994707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ Usually the client has responsibility to start the server. They first communicat
### Dependencies
To be able to build an executable jar with this project, you will need:
* maven
* java 8 or newer
* java 11 or newer
### Installing

* Clone the repo locally.
* run `mvn clean package`

### Setting a basic LSP client in Intellij

* Download the generic LSP support for Intellij [here](https://plugins.jetbrains.com/plugin/10209-lsp-support)
* Download the generic LSP support for Intellij [here](https://plugins.jetbrains.com/plugin/10209-lsp-support). Please note that if you are running an Intellij version later than 2022.X.X, you will be warned that the plugin is not compatible with your Intellij version, but you should be able to run it nevertheless. Please ignore this warning.
* Go to `plugins` in your Intellij IDE.
* Click on the gear aside `Marketplace` and `Installed` and click on `Install Plugin from disk...`. Add the downloaded plugin.
* Go to `Settings > Languages & Frameworks > Language Server Protocol > Server definitions`
Expand Down

0 comments on commit 5994707

Please sign in to comment.