remove Aqua references

This commit is contained in:
Yann Cébron 2025-04-23 09:26:17 +02:00
parent 050ce05ad6
commit 630fe95a35
2 changed files with 1 additions and 2 deletions

View File

@ -66,7 +66,6 @@ The following IDEs are based on the IntelliJ Platform:
* [JetBrains](https://www.jetbrains.com) IDEs:
* [AppCode](app_code.md)
* [Aqua](https://www.jetbrains.com/aqua/)
* [CLion](clion.md)
* [DataGrip](data_grip.md)
* [DataSpell](https://www.jetbrains.com/dataspell/)

View File

@ -32,7 +32,7 @@ The integration with the Language Server Protocol is created as an extension to
Therefore, plugins using Language Server integration are not available in Community releases of JetBrains products and Android Studio from Google.
The LSP API is publicly available as part of the IntelliJ Platform in the following IDEs:
IntelliJ IDEA Ultimate, WebStorm, PhpStorm, PyCharm Professional, DataSpell, RubyMine, CLion, Aqua, DataGrip, GoLand, Rider, and RustRover.
IntelliJ IDEA Ultimate, WebStorm, PhpStorm, PyCharm Professional, DataSpell, RubyMine, CLion, DataGrip, GoLand, Rider, and RustRover.
## LSP Plugin Setup