From c54f1dc2352127eb890fe1da8edddcfceba5772e Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sun, 28 Aug 2022 06:56:08 +0200 Subject: [PATCH] Update my patch for upstream python-lsp-server changes --- README.org | 2 +- pylsp-auto-import-modules.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index db4ca56..5480d87 100644 --- a/README.org +++ b/README.org @@ -3826,7 +3826,7 @@ the information to [[https://github.com/python-lsp/python-lsp-server][python-lsp #+name: lst:show-pylsp-server-patch #+begin_src diff :tangle no diff --git a/pylsp/config/schema.json b/pylsp/config/schema.json -index 4443780..a19972b 100644 +index 9e744ac..d369432 100644 --- a/pylsp/config/schema.json +++ b/pylsp/config/schema.json @@ -87,6 +87,14 @@ diff --git a/pylsp-auto-import-modules.patch b/pylsp-auto-import-modules.patch index b8db7a2..737d6d1 100644 --- a/pylsp-auto-import-modules.patch +++ b/pylsp-auto-import-modules.patch @@ -1,5 +1,5 @@ diff --git a/pylsp/config/schema.json b/pylsp/config/schema.json -index 4443780..a19972b 100644 +index 9e744ac..d369432 100644 --- a/pylsp/config/schema.json +++ b/pylsp/config/schema.json @@ -87,6 +87,14 @@