From fdaeb69ec2263e06067024429205e62d96cc429c Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Mon, 30 Nov 2020 02:04:01 +0800 Subject: [PATCH] [feature] diable jedi --- cli/vim/coc-settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/vim/coc-settings.json b/cli/vim/coc-settings.json index b7701ce..dbaaa29 100644 --- a/cli/vim/coc-settings.json +++ b/cli/vim/coc-settings.json @@ -1,6 +1,6 @@ { "npm.binPath": "cnpm", - "python.linting.enable": true, + "python.jediEnabled": false, "python.linting.flake8Enabled": true, "python.linting.pylintEnabled": false, "diagnostic-languageserver.filetypes": {