Disable jedi for python, so coc can use MPLS

This commit is contained in:
2021-11-10 15:00:59 +03:00
parent d9a648a207
commit db12f07ec0

View File

@@ -11,7 +11,7 @@
"jsonc",
"rust"
],
"python.jediEnabled": true,
"python.jediEnabled": false,
"coc.source.emoji.filetypes": [
"markdown",
"javascript",