Update after pulling python-lsp-server git repository
This commit is contained in:
parent
f4c428721e
commit
4fb67b6a52
@ -3334,11 +3334,11 @@ the information to [[https://github.com/python-lsp/python-lsp-server][python-lsp
|
|||||||
#+name: lst:show-pylsp-server-patch
|
#+name: lst:show-pylsp-server-patch
|
||||||
#+begin_src diff :tangle no
|
#+begin_src diff :tangle no
|
||||||
diff --git a/pylsp/config/schema.json b/pylsp/config/schema.json
|
diff --git a/pylsp/config/schema.json b/pylsp/config/schema.json
|
||||||
index d21027d..7ca0659 100644
|
index 860ccc1..44d80c9 100644
|
||||||
--- a/pylsp/config/schema.json
|
--- a/pylsp/config/schema.json
|
||||||
+++ b/pylsp/config/schema.json
|
+++ b/pylsp/config/schema.json
|
||||||
@@ -69,6 +69,14 @@
|
@@ -82,6 +82,14 @@
|
||||||
"default": null,
|
"uniqueItems": true,
|
||||||
"description": "List of errors and warnings to enable."
|
"description": "List of errors and warnings to enable."
|
||||||
},
|
},
|
||||||
+ "pylsp.plugins.jedi.auto_import_modules": {
|
+ "pylsp.plugins.jedi.auto_import_modules": {
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
diff --git a/pylsp/config/schema.json b/pylsp/config/schema.json
|
diff --git a/pylsp/config/schema.json b/pylsp/config/schema.json
|
||||||
index d21027d..7ca0659 100644
|
index 860ccc1..44d80c9 100644
|
||||||
--- a/pylsp/config/schema.json
|
--- a/pylsp/config/schema.json
|
||||||
+++ b/pylsp/config/schema.json
|
+++ b/pylsp/config/schema.json
|
||||||
@@ -69,6 +69,14 @@
|
@@ -82,6 +82,14 @@
|
||||||
"default": null,
|
"uniqueItems": true,
|
||||||
"description": "List of errors and warnings to enable."
|
"description": "List of errors and warnings to enable."
|
||||||
},
|
},
|
||||||
+ "pylsp.plugins.jedi.auto_import_modules": {
|
+ "pylsp.plugins.jedi.auto_import_modules": {
|
||||||
|
Loading…
Reference in New Issue
Block a user