Skip to content

Commit

Permalink
Add note about editor limitations (#1910)
Browse files Browse the repository at this point in the history
Add note about editor limitations [skip ci]

Co-authored-by: Andy Waite <andyw8@users.noreply.github.com>
  • Loading branch information
andyw8 and andyw8 authored Apr 10, 2024
1 parent f98f84f commit a2f9ece
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions EDITORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This file contains community driven instructions on how to set up the Ruby LSP in editors other than VS Code. For VS
Code, use the official [Ruby LSP extension](https://marketplace.visualstudio.com/items?itemName=Shopify.ruby-lsp).

> [!NOTE]
> Some Ruby LSP features may be unavailable or limited due to incomplete implementations of the Language Server
> Protocol, such as dynamic feature registration, or [file watching](https://github.com/Shopify/ruby-lsp/issues/1456).
<!-- When adding a new editor to the list, either link directly to a website containing the instructions or link to a
new H2 header in this file containing the instructions. -->

Expand Down

0 comments on commit a2f9ece

Please sign in to comment.