vale-ls icon indicating copy to clipboard operation
vale-ls copied to clipboard

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

Open aireilly opened this issue 1 year ago • 0 comments

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

  • LSP: 2.2.0
  • Sublime Text: 4177

Server Test Run

  • exit code: 0
  • output

Server Configuration

  • command
[
  "${storage_path}/LSP-vale-ls/vale-ls"
]
  • shell command
"/home/aireilly/.cache/sublime-text/Package Storage/LSP-vale-ls/vale-ls"
  • selector
source.ini | source.yaml | text.html.markdown | text.restructuredtext | text.asciidoc
  • priority_selector
source.ini | source.yaml | text.html.markdown | text.restructuredtext | text.asciidoc
  • init_options
{
  "configPath": "",
  "filter": "",
  "installVale": true,
  "syncOnStartup": true
}
  • settings
{}
  • env
{}

Active view

  • File name
/home/aireilly/vale-test/README.md
  • Settings
{
  "auto_complete_selector": "meta.tag, source - comment - string.quoted.double.block - string.quoted.single.block - string.unquoted.heredoc",
  "lsp_active": true,
  "syntax": "Packages/Markdown/MultiMarkdown.sublime-syntax"
}
  • base scope
text.html.markdown.multimarkdown

Project / Workspace

  • folders
[
  "/home/aireilly/vale-test"
]
  • is project: False

LSP configuration

{}

System PATH

  • /home/aireilly/.nvm/versions/node/v20.9.0/bin
  • /home/aireilly/.local/bin
  • /usr/local/bin
  • /home/aireilly/bin
  • /home/aireilly/.nvm/versions/node/v20.9.0/bin
  • /home/aireilly/.local/bin
  • /usr/local/bin
  • /home/aireilly/bin
  • /usr/local/bin
  • /usr/local/sbin
  • /usr/bin
  • /usr/sbin
  • /home/aireilly/bin/dita-ot-4.2.3/bin
  • /usr/local/go/bin
  • /home/aireilly/.rvm/bin
  • /home/aireilly/bin/dita-ot-4.2.3/bin
  • /usr/local/go/bin
  • /home/aireilly/.rvm/bin

aireilly avatar Jul 31 '24 10:07 aireilly