errata-ai / vale-ls

:zap: An implementation of the Language Server Protocol (LSP) for the Vale command-line tool.
MIT License
67 stars 4 forks source link

language server does report action terms in the replace list when the term includes regex #17

Closed aireilly closed 2 months ago

aireilly commented 3 months ago

Test case:

git clone -b vale-test-5 https://github.com/aireilly/vale-test && subl vale-test/modules/vale-test.adoc

Error: image

Troubleshooting: vale-ls

Version

## Server Configuration
 - command
```json
[
  "${storage_path}/LSP-vale-ls/vale-ls"
]

Active view

Project / Workspace

LSP configuration

{}

System PATH

jdkato commented 2 months ago

The problem is actually the link not showing up in the pop-up (which isn't something I control).

aireilly commented 2 months ago

Oh actually it does work, just not single quoted.

image