Skip to content

Commit

Permalink
doc: fix images in plugin.xml description by using absolute paths in …
Browse files Browse the repository at this point in the history
…README.md

Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon committed Dec 1, 2023
1 parent b7d29ee commit 58f6835
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 @@ -14,11 +14,11 @@ LSP4IJ provides:
* `com.redhat.devtools.lsp4ij.languageMapping` to associate an Intellij language with a language server definition.
* an `LSP Consoles view` to tracks LSP requests, responses and notifications in a console:

![LSP console](docs/images/LSPConsole.png)
![LSP console](https://github.com/redhat-developer/lsp4ij/blob/HEAD/docs/images/LSPConsole.png?raw=true)

* a `Language Servers settings page` to configure the LSP trace level, the debug port to use to debug language server:

![Language Server settings](docs/images/LanguageServerSettings.png)
![Language Server settings](https://github.com/redhat-developer/lsp4ij/blob/HEAD/docs/images/LanguageServerSettings.png?raw=true)
<!-- Plugin description end -->

## Who is using LSP4IJ?
Expand Down

0 comments on commit 58f6835

Please sign in to comment.