Skip to content

Commit

Permalink
Merge pull request #496 from koxudaxi/update_lsp4ij_plugin_version
Browse files Browse the repository at this point in the history
Update LSP4IJ references and version
  • Loading branch information
koxudaxi committed Sep 10, 2024
2 parents f8d6441 + 8e2eb27 commit bbc659d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## [Unreleased]
- Update LSP4IJ references and version [[#496](https://github.com/koxudaxi/ruff-pycharm-plugin/pull/496)]
- LSP4IJ should be optional [[#494](https://github.com/koxudaxi/ruff-pycharm-plugin/pull/494)]

## [0.0.36] - 2024-09-03
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ See [documentation](https://koxudaxi.github.io/ruff-pycharm-plugin/) for more de
- [x] Support Ruff LSP feature
- LSP Client
- [x] [Intellij LSP integration](https://blog.jetbrains.com/platform/2023/07/lsp-for-plugin-developers/) for PyCharm Pro/IDEA Ultimate
- [x] [LSP4IJ by RedHat](https://github.com/redhat-developer/lsp4ij)
- [x] [LSP4IJ by RedHat](https://github.com/redhat-developer/lsp4ij) (Requires installation of the [LSP4IJ plugin](https://plugins.jetbrains.com/plugin/23257-lsp4ij))
- LSP Server
- [x] `ruff-lsp` integration
- [x] `ruff server` integration
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ See [documentation](https://koxudaxi.github.io/ruff-pycharm-plugin/) for more de
- [x] Support Ruff LSP feature
- LSP Client
- [x] [Intellij LSP integration](https://blog.jetbrains.com/platform/2023/07/lsp-for-plugin-developers/) for PyCharm Pro/IDEA Ultimate
- [x] [LSP4IJ by RedHat](https://github.com/redhat-developer/lsp4ij)
- [x] [LSP4IJ by RedHat](https://github.com/redhat-developer/lsp4ij) (Requires installation of the [LSP4IJ plugin](https://plugins.jetbrains.com/plugin/23257-lsp4ij))
- LSP Server
- [x] `ruff-lsp` integration
- [x] `ruff server` integration
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ changelog = "2.2.1"
gradleIntelliJPlugin = "2.0.1"
qodana = "0.1.13"
kover = "0.7.6"
lsp4ij = "0.4.0"
lsp4ij = "0.5.0"

[libraries]
annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }
Expand Down

0 comments on commit bbc659d

Please sign in to comment.