From 457ca011146764514bdeee87b644d16420e5d213 Mon Sep 17 00:00:00 2001 From: Miheer Vaidya Date: Sun, 6 Aug 2023 23:13:47 -0600 Subject: [PATCH] json-lsp: add url to example for json-lsp-schemas --- clients/lsp-json.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clients/lsp-json.el b/clients/lsp-json.el index 5439ac9be7..0f4706c8d0 100644 --- a/clients/lsp-json.el +++ b/clients/lsp-json.el @@ -36,7 +36,9 @@ :package-version '(lsp-mode . "6.3")) (defcustom lsp-json-schemas nil - "Associate schemas to JSON files in the current project" + "Associate schemas to JSON files in the current project example can be found \ +[here]\ +(https://github.com/emacs-lsp/lsp-mode/issues/3368#issuecomment-1049635155)." :type '(repeat alist) :group 'lsp-json :package-version '(lsp-mode . "6.3"))