ant-druha / intellij-powershell

Adds PowerShell language support to IntelliJ-based IDEs.
https://plugins.jetbrains.com/plugin/10249-powershell
Apache License 2.0
71 stars 20 forks source link

Re-enable automatic LSP4J updates after updating to the new PSES #232

Closed ForNeVeR closed 5 months ago

ForNeVeR commented 6 months ago

Currently, we are blocked from upgrading LSP4J any further because the old PSES version we use only supports an older version of the protocol, apparently.

I am disabling automatic dependency handling for the LSP4J package by Dependabot, and opening this issue to not forget to re-enable it back after we update PSES.

See the code near this line: https://github.com/ant-druha/intellij-powershell/blob/4db860a1a35c5b1fe18842d4ae675c3f656630e2/.github/dependabot.yml#L10

Also, look for the number of this issue in the project code base.

Depends on