From 794d88374cb1aeb8b2a277357b3aa027c561a917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=B2=A0=5F=E0=B2=A0?= <51381523+QazCetelic@users.noreply.github.com> Date: Thu, 23 May 2024 09:48:48 +0200 Subject: [PATCH] Add warning to Kate instructions Kate will not show any indication that meson cannot be found in path when loading a meson project, and will instead fail silently. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1fb88328..9492363d 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ require'lspconfig'.vala_ls.setup { ### Kate - officially supported in Kate git master +- **Warning:** Kate will silently fail to find symbols when meson cannot be found in path without notifying the user. ### Emacs - supported with the [lsp-mode](https://github.com/emacs-lsp/lsp-mode) plugin